aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
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 /.travis.yml
parentbafce6cfe9cf602ac0c8497d18d967974df83bcb (diff)
downloadmitmproxy-f6523a128c4443ec1af2ccfc437c36526f312f99.tar.gz
mitmproxy-f6523a128c4443ec1af2ccfc437c36526f312f99.tar.bz2
mitmproxy-f6523a128c4443ec1af2ccfc437c36526f312f99.zip
Enable Travis for test/pathod/test_language_http
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index b77091b1..f6731c0b 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 test/pathod/test_language_generators.py test/pathod/test_language_base.py"
+ env: SCOPE="netlib test/mitmproxy/script test/pathod/test_utils.py test/pathod/test_log.py test/pathod/test_language_generators.py test/pathod/test_language_base.py test/pathod/test_language_http.py"
- python: 3.5
- env: SCOPE="netlib test/mitmproxy/script test/pathod/test_utils.py test/pathod/test_log.py test/pathod/test_language_generators.py test/pathod/test_language_base.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 test/pathod/test_language_base.py test/pathod/test_language_http.py" NO_ALPN=1
- python: 2.7
env: DOCS=1
script: 'cd docs && make html'