Browse Source

🔥 Remove Python version extraction in tests, no longer used

pull/231/head
Sebastián Ramírez 6 years ago
parent
commit
95475aaa9c
  1. 3
      scripts/test.sh

3
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

Loading…
Cancel
Save