Remove unused BACKEND. Don't run sqlite py test on py 2.6

This commit is contained in:
baztian
2015-04-01 21:03:14 +02:00
parent 10450cbe32
commit 5513c415a9
2 changed files with 8 additions and 17 deletions
-7
View File
@@ -1,7 +0,0 @@
#!/bin/sh
set -e
pip install jip==0.7
install="${TRAVIS_BUILD_DIR}/ci/install_${BACKEND}.sh"
[ -x ${install} ] && ${install} || echo "nothing to run"