aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Kriechbaumer <thomas@kriechbaumer.name>2016-06-04 12:35:33 +0200
committerThomas Kriechbaumer <thomas@kriechbaumer.name>2016-06-04 12:35:33 +0200
commitcfb5efc96f2c73f9542bac63b29095382c548b1c (patch)
treebb5778ba6608c6ad24ef1c738a9e648bec01f363
parentcc6b84dfc4f4b4dbf4265d4e2b995f843986a134 (diff)
downloadmitmproxy-cfb5efc96f2c73f9542bac63b29095382c548b1c.tar.gz
mitmproxy-cfb5efc96f2c73f9542bac63b29095382c548b1c.tar.bz2
mitmproxy-cfb5efc96f2c73f9542bac63b29095382c548b1c.zip
travis++
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 51154cfc..bdfb4655 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/pathotest_utils.py test/pathotest_log.py test/pathotest_language_generators.py test/pathotest_language_writer.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_writer.py"
- python: 3.5
- env: SCOPE="netlib test/mitmproxy/script test/pathotest_utils.py test/pathotest_log.py test/pathotest_language_generators.py test/pathotest_language_writer.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_writer.py" NO_ALPN=1
- python: 2.7
env: DOCS=1
script: 'cd docs && make html'