Try harder to un-break travis
This commit is contained in:
parent
5ba36622f0
commit
11f729a3a3
|
@ -5,8 +5,8 @@ python:
|
|||
install:
|
||||
- "pip install coveralls --use-mirrors"
|
||||
- "pip install nose-cov --use-mirrors"
|
||||
- "pip install --upgrade git+https://github.com/mitmproxy/pathod.git"
|
||||
- "pip install -r requirements.txt --use-mirrors"
|
||||
- "pip install --upgrade git+https://github.com/mitmproxy/pathod.git"
|
||||
# command to run tests, e.g. python setup.py test
|
||||
script:
|
||||
- "nosetests --with-cov --cov-report term-missing"
|
||||
|
|
|
@ -2,4 +2,3 @@ pyasn1>=0.1.7
|
|||
pyOpenSSL>=0.13
|
||||
nose>=1.3.0
|
||||
mock>=1.0.1
|
||||
pathod>=0.10
|
||||
|
|
Loading…
Reference in New Issue