mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2025-01-30 14:58:38 +00:00
update travis.yml
This commit is contained in:
parent
5f5af9535a
commit
ef704fd11f
@ -2,11 +2,8 @@ language: python
|
|||||||
python:
|
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 --src .. -r requirements.txt"
|
||||||
- "pip install --upgrade git+https://github.com/mitmproxy/pathod.git"
|
|
||||||
- "pip install -r requirements.txt --use-mirrors"
|
|
||||||
- "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"
|
||||||
|
Loading…
Reference in New Issue
Block a user