Fix install in travis file

main
Fabien Benureau 9 years ago
parent 174aea4008
commit 2151796cc4

@ -7,6 +7,8 @@ python:
- "3.4"
- "3.5"
# command to install dependencies
install: "pip install pyfakefs"
install:
- "pip install pyfakefs"
- "python setup.py install"
# command to run tests
script: nosetests

Loading…
Cancel
Save