Remove unused BACKEND. Don't run sqlite py test on py 2.6
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user