Fix install in travis file
This commit is contained in:
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…
x
Reference in New Issue
Block a user