aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorShadab Zafar <dufferzafar0@gmail.com>2016-06-04 20:58:23 +0530
committerMaximilian Hils <git@maximilianhils.com>2016-06-06 11:52:45 -0700
commitf6523a128c4443ec1af2ccfc437c36526f312f99 (patch)
tree4cac40eb9e48828ae00b843cfe4cbd839f942d09 /tox.ini
parentbafce6cfe9cf602ac0c8497d18d967974df83bcb (diff)
downloadmitmproxy-f6523a128c4443ec1af2ccfc437c36526f312f99.tar.gz
mitmproxy-f6523a128c4443ec1af2ccfc437c36526f312f99.tar.bz2
mitmproxy-f6523a128c4443ec1af2ccfc437c36526f312f99.zip
Enable Travis for test/pathod/test_language_http
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index f94dfb49..a1e6a816 100644
--- a/tox.ini
+++ b/tox.ini
@@ -8,7 +8,7 @@ deps = -rrequirements.txt
commands = py.test -n 8 --timeout 60 ./test
[testenv:py35]
-commands = py.test -n 8 --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
+commands = py.test -n 8 --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
[testenv:lint]
deps = flake8