Skip to content

Commit

Permalink
Our setup.py no longer has yes/no prompt
Browse files Browse the repository at this point in the history
Now that we insist on NumPy (expect on Jython/IronPython),
setup.py will not prompt for continuing if NumPy is missing.
  • Loading branch information
peterjc committed Jul 5, 2017
1 parent 77c79c1 commit 20a899b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis-tox.ini
Expand Up @@ -70,10 +70,9 @@ deps =
{py27}: networkx
{py36}: matplotlib
commands =
#The bash call is a work around for the pipe character
#The yes is in case we get our prompt about missing NumPy
#The bash call is a work around for special characters
#The /dev/null is to hide the verbose output but leave warnings
bash -c \'/usr/bin/yes | python setup.py install > /dev/null\'
bash -c \'python setup.py install > /dev/null\'
#The bash call is a work around for the cd command
nocov: bash -c \'cd Tests && python run_tests.py --offline\'
#See https://codecov.io/ and https://github.com/codecov/example-python
Expand Down

0 comments on commit 20a899b

Please sign in to comment.