Renamed to travis-requirements so as to not be confused with readthedocs. #120
This commit is contained in:
parent
5fb827c61e
commit
e6ffa0e271
2 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ before_install:
|
|||
- sudo apt-get install -qq python3-numpy
|
||||
|
||||
# command to install dependencies
|
||||
install: "pip install -r requirements.txt --use-mirrors"
|
||||
install: "pip install -r travis-requirements.txt --use-mirrors"
|
||||
|
||||
# command to run tests
|
||||
script: "python -m unittest discover"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue