Try harder to un-break travis

This commit is contained in:
Aldo Cortesi 2014-01-28 14:32:30 +13:00
parent 5ba36622f0
commit 11f729a3a3
2 changed files with 1 additions and 2 deletions

View File

@ -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"

View File

@ -2,4 +2,3 @@ pyasn1>=0.1.7
pyOpenSSL>=0.13
nose>=1.3.0
mock>=1.0.1
pathod>=0.10