diff --git a/scripts/test.sh b/scripts/test.sh index c94787cc1..fbd84ccd9 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -3,9 +3,6 @@ set -e set -x -export VERSION_SCRIPT="import sys; print('%s.%s' % sys.version_info[0:2])" -export PYTHON_VERSION=`python -c "$VERSION_SCRIPT"` - # Remove temporary DB if [ -f ./test.db ]; then rm ./test.db