diff options
| author | Aldo Cortesi <aldo@nullcube.com> | 2014-01-28 14:22:01 +1300 |
|---|---|---|
| committer | Aldo Cortesi <aldo@nullcube.com> | 2014-01-28 14:22:01 +1300 |
| commit | 5ba36622f0496086164d32f9260f4a42ea422dfc (patch) | |
| tree | 9acc8279ae52f8d9e91261bc07daed3ac34d3317 | |
| parent | 2aadea0b7c55489b5171bd9eae35eb21a58cbd0d (diff) | |
| download | mitmproxy-5ba36622f0496086164d32f9260f4a42ea422dfc.tar.gz mitmproxy-5ba36622f0496086164d32f9260f4a42ea422dfc.tar.bz2 mitmproxy-5ba36622f0496086164d32f9260f4a42ea422dfc.zip | |
travis: force install of pathod from git.
| -rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 7e4209c0..9f606f0e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,10 +5,10 @@ python: install: - "pip install coveralls --use-mirrors" - "pip install nose-cov --use-mirrors" - - "pip install -r requirements.txt --use-mirrors" - "pip install --upgrade git+https://github.com/mitmproxy/pathod.git" + - "pip install -r requirements.txt --use-mirrors" # command to run tests, e.g. python setup.py test script: - "nosetests --with-cov --cov-report term-missing" after_success: - - coveralls
\ No newline at end of file + - coveralls |
