aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2013-08-25 04:19:43 +0200
committerMaximilian Hils <git@maximilianhils.com>2013-08-25 04:19:43 +0200
commit404445cbdff3528b0b8b45a759e5b2f2c161ae2a (patch)
treeefcf72a7269c0d67b95a727f08b999ddbd8de8d7
parent62fa2e6c07d66057984b33222069f14dfe856091 (diff)
downloadmitmproxy-404445cbdff3528b0b8b45a759e5b2f2c161ae2a.tar.gz
mitmproxy-404445cbdff3528b0b8b45a759e5b2f2c161ae2a.tar.bz2
mitmproxy-404445cbdff3528b0b8b45a759e5b2f2c161ae2a.zip
exclude TestHTTPS for testing travis/coverage
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
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