aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShadab Zafar <dufferzafar0@gmail.com>2016-06-07 12:18:14 +0530
committerShadab Zafar <dufferzafar0@gmail.com>2016-06-08 16:17:00 +0530
commit2ff5c789df09e8d101ded5312cd8071cd0cb0537 (patch)
treef04a04e0c801acf12d324ccd59f2b7ed6a2469dc
parentb3b4156c2f50ae81f1c1e4c750e47572127baecd (diff)
downloadmitmproxy-2ff5c789df09e8d101ded5312cd8071cd0cb0537.tar.gz
mitmproxy-2ff5c789df09e8d101ded5312cd8071cd0cb0537.tar.bz2
mitmproxy-2ff5c789df09e8d101ded5312cd8071cd0cb0537.zip
Enable Travis for test_language_http2
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index b75f536f..feb68024 100644
--- a/tox.ini
+++ b/tox.ini
@@ -16,7 +16,7 @@ commands =
# remove bash & pipe & grep hack after cryptography ships with openssl 1.1.0
whitelist_externals = bash
commands =
- bash -c 'py.test --cov netlib --cov mitmproxy --cov pathod --color=yes --timeout 60 test/netlib test/mitmproxy/script test/pathod/test_utils.py test/pathod/test_log.py test/pathod/test_language_generators.py test/pathod/test_language_writer.py test/pathod/test_language_base.py test/pathod/test_language_http.py test/pathod/test_language_websocket.py 2>&1 | grep -v Cryptography_locking_cb'
+ bash -c 'py.test --cov netlib --cov mitmproxy --cov pathod --color=yes --timeout 60 test/netlib test/mitmproxy/script test/pathod/test_utils.py test/pathod/test_log.py test/pathod/test_language_generators.py test/pathod/test_language_writer.py test/pathod/test_language_base.py test/pathod/test_language_http.py test/pathod/test_language_websocket.py test/pathod/test_language_http2.py 2>&1 | grep -v Cryptography_locking_cb'
codecov -e TOXENV
[testenv:docs]