mitmproxy/.travis.yml

10 lines
394 B
YAML
Raw Normal View History

2013-08-20 11:25:47 +00:00
language: python
python:
- "2.7"
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install:
2013-08-20 11:42:25 +00:00
- "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"
2013-08-20 11:25:47 +00:00
# command to run tests, e.g. python setup.py test
script: nosetests