Merge pull request #1236 from kk7ds/ci-tweak

Make it easier to run cibuild locally
This commit is contained in:
Paulus Schoutsen 2016-02-13 11:18:40 -08:00
commit 680f450278

View File

@ -5,7 +5,7 @@
cd "$(dirname "$0")/.."
if [ "$TRAVIS_PYTHON_VERSION" = "3.5" ]; then
if [ -z "$TRAVIS_PYTHON_VERSION" -o "$TRAVIS_PYTHON_VERSION" = "3.5" ]; then
echo "Verifying requirements_all.txt..."
python3 setup.py -q develop
tput setaf 1