aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2014-01-28 15:14:01 +1300
committerAldo Cortesi <aldo@nullcube.com>2014-01-28 15:14:01 +1300
commit404d4bbc69d9f2eb12664415ebca44a95ce96e56 (patch)
tree0ae950ddffdcae030baf1ea8d50579f384dd5bee /.travis.yml
parent9c9e4a5295dd9c190d9aadd024d135386d8cf7c0 (diff)
parent9759ec7c29093eb278a0a2eda818811d2b8f2e74 (diff)
downloadmitmproxy-404d4bbc69d9f2eb12664415ebca44a95ce96e56.tar.gz
mitmproxy-404d4bbc69d9f2eb12664415ebca44a95ce96e56.tar.bz2
mitmproxy-404d4bbc69d9f2eb12664415ebca44a95ce96e56.zip
Merge branch 'master' of ssh.github.com:cortesi/netlib
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 84f97c9b..653f0d8c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,11 +3,10 @@ python:
- "2.7"
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install:
- - "pip install coveralls --use-mirrors"
- - "pip install nose-cov --use-mirrors"
- "pip install -r requirements.txt --use-mirrors"
- "pip install ."
- "pip install --upgrade git+https://github.com/mitmproxy/pathod.git"
+ - "pip install -r test/requirements.txt --use-mirrors"
# command to run tests, e.g. python setup.py test
script:
- "nosetests --with-cov --cov-report term-missing"