diff options
author | Aldo Cortesi <aldo@nullcube.com> | 2014-01-28 14:32:30 +1300 |
---|---|---|
committer | Aldo Cortesi <aldo@nullcube.com> | 2014-01-28 14:32:30 +1300 |
commit | 11f729a3a328143814e3dbe155535b91a9767f6b (patch) | |
tree | dd7370584c6625acedadc15f0fafb7524966c2c1 | |
parent | 5ba36622f0496086164d32f9260f4a42ea422dfc (diff) | |
download | mitmproxy-11f729a3a328143814e3dbe155535b91a9767f6b.tar.gz mitmproxy-11f729a3a328143814e3dbe155535b91a9767f6b.tar.bz2 mitmproxy-11f729a3a328143814e3dbe155535b91a9767f6b.zip |
Try harder to un-break travis
-rw-r--r-- | .travis.yml | 2 | ||||
-rw-r--r-- | requirements.txt | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 9f606f0e..2702735a 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 de289584..bcf8e48f 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 |