mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-13 10:40:29 +03:00
tests: switch to python3
This commit is contained in:
parent
a1703f1204
commit
24ad0418e3
9 changed files with 13 additions and 20 deletions
|
|
@ -83,7 +83,7 @@ fi
|
|||
|
||||
# allow the location of python to be overridden
|
||||
if [ -z $python ]; then
|
||||
python=python2
|
||||
python=python3
|
||||
fi
|
||||
|
||||
set -x # show each command as it is executed
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue