aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2014-01-28 14:42:39 +1300
committerAldo Cortesi <aldo@nullcube.com>2014-01-28 14:42:39 +1300
commit732932e8bb53ad0b57de2b2a6d124562b02584fa (patch)
treea0e42b65d9d1470651285ca91bf97194f94cc450
parent11f729a3a328143814e3dbe155535b91a9767f6b (diff)
downloadmitmproxy-732932e8bb53ad0b57de2b2a6d124562b02584fa.tar.gz
mitmproxy-732932e8bb53ad0b57de2b2a6d124562b02584fa.tar.bz2
mitmproxy-732932e8bb53ad0b57de2b2a6d124562b02584fa.zip
Try even harderer to fix travis.
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 2702735a..fe06a3eb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,6 +6,7 @@ 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"
# command to run tests, e.g. python setup.py test
script: