Merge pull request #162 from mhils/add_travis_ci

Add travis CI
This commit is contained in:
Aldo Cortesi 2013-08-22 15:32:39 -07:00
commit 6a31d32712
2 changed files with 11 additions and 0 deletions

10
.travis.yml Normal file
View File

@ -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

View File

@ -12,3 +12,4 @@ pyasn1==0.1.7
requests==1.2.2
urwid==1.1.1
wsgiref==0.1.2
jsbeautifier==1.4.0