This commit is contained in:
Thomas Kriechbaumer 2016-06-04 12:35:33 +02:00
parent cc6b84dfc4
commit cfb5efc96f

View File

@ -22,9 +22,9 @@ matrix:
git: git:
depth: 9999999 depth: 9999999
- python: 3.5 - 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 - 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 - python: 2.7
env: DOCS=1 env: DOCS=1
script: 'cd docs && make html' script: 'cd docs && make html'