aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShadab Zafar <dufferzafar0@gmail.com>2016-06-02 13:03:03 +0530
committerShadab Zafar <dufferzafar0@gmail.com>2016-06-02 13:03:18 +0530
commitc4da7e026cc6dc076a1230afd514ef40561f8ed0 (patch)
tree47ed3e2d409b25d24139fca76f3137b5226a7102
parentec5d931ee3f4760b250de000ed005c73d17af462 (diff)
downloadmitmproxy-c4da7e026cc6dc076a1230afd514ef40561f8ed0.tar.gz
mitmproxy-c4da7e026cc6dc076a1230afd514ef40561f8ed0.tar.bz2
mitmproxy-c4da7e026cc6dc076a1230afd514ef40561f8ed0.zip
Enable Travis for test_language_generators
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 9d4dea88..5ec8b3bd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -22,9 +22,9 @@ matrix:
git:
depth: 9999999
- python: 3.5
- env: SCOPE="netlib ./test/mitmproxy/script ./test/pathod/test_utils.py ./test/pathod/test_log.py"
+ env: SCOPE="netlib ./test/mitmproxy/script ./test/pathod/test_utils.py ./test/pathod/test_log.py ./test/pathod/test_language_generators.py"
- python: 3.5
- env: SCOPE="netlib ./test/mitmproxy/script ./test/pathod/test_utils.py ./test/pathod/test_log.py" NO_ALPN=1
+ env: SCOPE="netlib ./test/mitmproxy/script ./test/pathod/test_utils.py ./test/pathod/test_log.py ./test/pathod/test_language_generators.py" NO_ALPN=1
- python: 2.7
env: DOCS=1
script: 'cd docs && make html'