From 11f729a3a328143814e3dbe155535b91a9767f6b Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Tue, 28 Jan 2014 14:32:30 +1300 Subject: [PATCH] Try harder to un-break travis --- .travis.yml | 2 +- requirements.txt | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9f606f0e4..2702735a4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,8 +5,8 @@ python: install: - "pip install coveralls --use-mirrors" - "pip install nose-cov --use-mirrors" - - "pip install --upgrade git+https://github.com/mitmproxy/pathod.git" - "pip install -r requirements.txt --use-mirrors" + - "pip install --upgrade git+https://github.com/mitmproxy/pathod.git" # command to run tests, e.g. python setup.py test script: - "nosetests --with-cov --cov-report term-missing" diff --git a/requirements.txt b/requirements.txt index de2895840..bcf8e48f8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,3 @@ pyasn1>=0.1.7 pyOpenSSL>=0.13 nose>=1.3.0 mock>=1.0.1 -pathod>=0.10