travis: install netlib from git before installing requirements.

This commit is contained in:
Aldo Cortesi 2014-01-22 13:43:59 +13:00
parent faf4338d13
commit 9044b8b8f5

View File

@ -5,8 +5,8 @@ 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/netlib.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: