Renamed to travis-requirements so as to not be confused with readthedocs. #120

This commit is contained in:
John Evans 2013-09-19 16:38:53 -04:00
commit e6ffa0e271
2 changed files with 1 additions and 1 deletions

View file

@ -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"