commit
6a31d32712
|
@ -0,0 +1,10 @@
|
|||
language: python
|
||||
python:
|
||||
- "2.7"
|
||||
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
|
||||
install:
|
||||
- "pip install -r requirements.txt --use-mirrors"
|
||||
- "pip install --upgrade git+https://github.com/mitmproxy/netlib.git"
|
||||
- "pip install --upgrade git+https://github.com/mitmproxy/pathod.git"
|
||||
# command to run tests, e.g. python setup.py test
|
||||
script: nosetests
|
|
@ -12,3 +12,4 @@ pyasn1==0.1.7
|
|||
requests==1.2.2
|
||||
urwid==1.1.1
|
||||
wsgiref==0.1.2
|
||||
jsbeautifier==1.4.0
|
||||
|
|
Loading…
Reference in New Issue