From 404445cbdff3528b0b8b45a759e5b2f2c161ae2a Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Sun, 25 Aug 2013 04:19:43 +0200 Subject: exclude TestHTTPS for testing travis/coverage --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c1084319..61dfe73f 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 -- cgit v1.2.3