fix travis

This commit is contained in:
Maximilian Hils 2014-08-30 17:40:33 +02:00
parent a87f075f32
commit 2b9a604351
2 changed files with 3 additions and 4 deletions

View File

@ -3,9 +3,8 @@ python:
- "2.7" - "2.7"
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors # command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install: install:
- "pip install --upgrade git+https://github.com/mitmproxy/netlib.git" - "pip install -r requirements.txt"
- "pip install -r requirements.txt --use-mirrors" - "pip install -r test/requirements.txt"
- "pip install -r test/requirements.txt --use-mirrors"
# command to run tests, e.g. python setup.py test # command to run tests, e.g. python setup.py test
script: script:
- "nosetests --with-cov --cov-report term-missing" - "nosetests --with-cov --cov-report term-missing"

View File

@ -1,2 +1,2 @@
-e --src .. git+https://github.com/mitmproxy/netlib.git#egg=netlib --src .. -e git+https://github.com/mitmproxy/netlib.git#egg=netlib
-e . -e .