diff options
author | Aldo Cortesi <aldo@nullcube.com> | 2014-01-28 15:14:01 +1300 |
---|---|---|
committer | Aldo Cortesi <aldo@nullcube.com> | 2014-01-28 15:14:01 +1300 |
commit | 404d4bbc69d9f2eb12664415ebca44a95ce96e56 (patch) | |
tree | 0ae950ddffdcae030baf1ea8d50579f384dd5bee /.travis.yml | |
parent | 9c9e4a5295dd9c190d9aadd024d135386d8cf7c0 (diff) | |
parent | 9759ec7c29093eb278a0a2eda818811d2b8f2e74 (diff) | |
download | mitmproxy-404d4bbc69d9f2eb12664415ebca44a95ce96e56.tar.gz mitmproxy-404d4bbc69d9f2eb12664415ebca44a95ce96e56.tar.bz2 mitmproxy-404d4bbc69d9f2eb12664415ebca44a95ce96e56.zip |
Merge branch 'master' of ssh.github.com:cortesi/netlib
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 84f97c9b..653f0d8c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,11 +3,10 @@ python: - "2.7" # command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors 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" + - "pip install -r test/requirements.txt --use-mirrors" # command to run tests, e.g. python setup.py test script: - "nosetests --with-cov --cov-report term-missing" |