Enable travis Py3 testing for test_utils

This commit is contained in:
Shadab Zafar 2016-05-26 23:39:16 +05:30
parent bc6cd13356
commit 92317bc81d
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"
env: SCOPE="netlib ./test/mitmproxy/script ./test/pathod/test_utils.py"
- python: 3.5
env: SCOPE="netlib ./test/mitmproxy/script" NO_ALPN=1
env: SCOPE="netlib ./test/mitmproxy/script ./test/pathod/test_utils.py" NO_ALPN=1
- python: 2.7
env: DOCS=1
script: 'cd docs && make html'