Fix install in travis file

This commit is contained in:
Fabien Benureau 2015-12-03 10:16:58 +01:00
parent 174aea4008
commit 2151796cc4

View File

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