Skip to content
Snippets Groups Projects
Commit 680f4502 authored by Paulus Schoutsen's avatar Paulus Schoutsen
Browse files

Merge pull request #1236 from kk7ds/ci-tweak

Make it easier to run cibuild locally
parents bf0b4536 66c2fa12
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment