exclude TestHTTPS for testing travis/coverage

This commit is contained in:
Maximilian Hils 2013-08-25 04:19:43 +02:00
parent 62fa2e6c07
commit 404445cbdf

View File

@ -10,6 +10,6 @@ install:
- "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"
- "nosetests -e TestHTTPS --with-cov --cov-report term-missing"
after_success:
- coveralls