travis: force install of pathod from git.

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

View File

@ -5,10 +5,10 @@ python:
install:
- "pip install coveralls --use-mirrors"
- "pip install nose-cov --use-mirrors"
- "pip install -r requirements.txt --use-mirrors"
- "pip install --upgrade git+https://github.com/mitmproxy/pathod.git"
- "pip install -r requirements.txt --use-mirrors"
# command to run tests, e.g. python setup.py test
script:
- "nosetests --with-cov --cov-report term-missing"
after_success:
- coveralls
- coveralls