mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-27 02:24:18 +00:00
fix travis
This commit is contained in:
parent
a87f075f32
commit
2b9a604351
@ -3,9 +3,8 @@ python:
|
||||
- "2.7"
|
||||
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
|
||||
install:
|
||||
- "pip install --upgrade git+https://github.com/mitmproxy/netlib.git"
|
||||
- "pip install -r requirements.txt --use-mirrors"
|
||||
- "pip install -r test/requirements.txt --use-mirrors"
|
||||
- "pip install -r requirements.txt"
|
||||
- "pip install -r test/requirements.txt"
|
||||
# command to run tests, e.g. python setup.py test
|
||||
script:
|
||||
- "nosetests --with-cov --cov-report term-missing"
|
||||
|
@ -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 .
|
Loading…
Reference in New Issue
Block a user