Travis uses tests/requirements.txt

This commit is contained in:
Fabien Benureau 2016-01-23 02:11:08 +01:00
parent e5b898c5c2
commit ee3a7cd77d

View File

@ -6,7 +6,7 @@ python:
- "3.5"
# command to install dependencies
install:
- "pip install pyfakefs"
- "pip install -r tests/requirements.txt"
- "python setup.py install"
# command to run tests
script: python -m unittest discover