aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShadab Zafar <dufferzafar0@gmail.com>2016-06-04 19:07:28 +0530
committerShadab Zafar <dufferzafar0@gmail.com>2016-06-04 19:07:28 +0530
commitf45765a236f058a9d1eece7e5a5216e6fbcdecbe (patch)
tree58a569bc4e491708fa7bcc4ceea9306d942cbc36
parent1de379be9568f5d7d762b18abc3549588987bf4f (diff)
downloadmitmproxy-f45765a236f058a9d1eece7e5a5216e6fbcdecbe.tar.gz
mitmproxy-f45765a236f058a9d1eece7e5a5216e6fbcdecbe.tar.bz2
mitmproxy-f45765a236f058a9d1eece7e5a5216e6fbcdecbe.zip
Add test_language_base to tox.ini
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index b01de128..f94dfb49 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
+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
[testenv:lint]
deps = flake8