Enable travis Py3 testing for test_utils
This commit is contained in:
parent
bc6cd13356
commit
92317bc81d
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue