diff --git a/.travis.yml b/.travis.yml index c10843199..61dfe73f0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 \ No newline at end of file