aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorThomas Kriechbaumer <thomas@kriechbaumer.name>2016-06-04 12:30:35 +0200
committerThomas Kriechbaumer <thomas@kriechbaumer.name>2016-06-04 12:30:35 +0200
commitcc6b84dfc4f4b4dbf4265d4e2b995f843986a134 (patch)
tree426cd9c1feb12c38f07305ed1618d4263e90b194 /.travis.yml
parent36c7fef134c4b3813a0c0fd5966fdfa40fc0a3d6 (diff)
downloadmitmproxy-cc6b84dfc4f4b4dbf4265d4e2b995f843986a134.tar.gz
mitmproxy-cc6b84dfc4f4b4dbf4265d4e2b995f843986a134.tar.bz2
mitmproxy-cc6b84dfc4f4b4dbf4265d4e2b995f843986a134.zip
travis++
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 64fe09b0..51154cfc 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"
+ env: SCOPE="netlib test/mitmproxy/script test/pathotest_utils.py test/pathotest_log.py test/pathotest_language_generators.py test/pathotest_language_writer.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" NO_ALPN=1
+ 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
- python: 2.7
env: DOCS=1
script: 'cd docs && make html'
@@ -49,7 +49,7 @@ before_script:
- "flake8 --jobs 4 --count mitmproxy netlib pathod examples test"
script:
- - "py.test --timeout 60 --cov netlib --cov mitmproxy --cov pathod ./test/$SCOPE"
+ - "py.test --timeout 60 --cov netlib --cov mitmproxy --cov pathod test/$SCOPE"
after_success:
- coveralls