Travis uses tests/requirements.txt
This commit is contained in:
parent
e5b898c5c2
commit
ee3a7cd77d
@ -6,7 +6,7 @@ python:
|
|||||||
- "3.5"
|
- "3.5"
|
||||||
# command to install dependencies
|
# command to install dependencies
|
||||||
install:
|
install:
|
||||||
- "pip install pyfakefs"
|
- "pip install -r tests/requirements.txt"
|
||||||
- "python setup.py install"
|
- "python setup.py install"
|
||||||
# command to run tests
|
# command to run tests
|
||||||
script: python -m unittest discover
|
script: python -m unittest discover
|
||||||
|
Loading…
x
Reference in New Issue
Block a user