From 732932e8bb53ad0b57de2b2a6d124562b02584fa Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Tue, 28 Jan 2014 14:42:39 +1300 Subject: [PATCH] Try even harderer to fix travis. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 2702735a4..fe06a3eb2 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: