Make it easier to run cibuild locally
Just treat lack of travis environment as "run everything"
This commit is contained in:
parent
00afaac54c
commit
66c2fa1270
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
cd "$(dirname "$0")/.."
|
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..."
|
echo "Verifying requirements_all.txt..."
|
||||||
python3 setup.py -q develop
|
python3 setup.py -q develop
|
||||||
tput setaf 1
|
tput setaf 1
|
||||||
|
|
Loading…
Add table
Reference in a new issue