Enable Travis for test_log

This commit is contained in:
Shadab Zafar 2016-05-28 10:26:56 +05:30 committed by Maximilian Hils
parent b71ef054b5
commit 877f5c54ef
1 changed files with 2 additions and 2 deletions

View File

@ -22,9 +22,9 @@ matrix:
git:
depth: 9999999
- python: 3.5
env: SCOPE="netlib ./test/mitmproxy/script ./test/pathod/test_utils.py"
env: SCOPE="netlib ./test/mitmproxy/script ./test/pathod/test_utils.py ./test/pathod/test_log.py"
- python: 3.5
env: SCOPE="netlib ./test/mitmproxy/script ./test/pathod/test_utils.py" NO_ALPN=1
env: SCOPE="netlib ./test/mitmproxy/script ./test/pathod/test_utils.py ./test/pathod/test_log.py" NO_ALPN=1
- python: 2.7
env: DOCS=1
script: 'cd docs && make html'