diff options
| author | Shadab Zafar <dufferzafar0@gmail.com> | 2016-06-11 14:48:47 +0530 |
|---|---|---|
| committer | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2016-06-15 09:49:39 +0200 |
| commit | 7de5d7b2984db3c835d3ef2ec3f81ba26a4e458a (patch) | |
| tree | 7b8247b23da597d6ac70d4cd47bd8e08265df073 | |
| parent | 52fa1952044b368e3b28512e9f2008801473686b (diff) | |
| download | mitmproxy-7de5d7b2984db3c835d3ef2ec3f81ba26a4e458a.tar.gz mitmproxy-7de5d7b2984db3c835d3ef2ec3f81ba26a4e458a.tar.bz2 mitmproxy-7de5d7b2984db3c835d3ef2ec3f81ba26a4e458a.zip | |
Enable Travis for test/pathod/test_pathoc
| -rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ deps = codecov>=2.0.5 passenv = CI TRAVIS_BUILD_ID TRAVIS TRAVIS_BRANCH TRAVIS_JOB_NUMBER TRAVIS_PULL_REQUEST TRAVIS_JOB_ID TRAVIS_REPO_SLUG TRAVIS_COMMIT setenv = - PY3TESTS = test/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 test/pathod/test_language_base.py test/pathod/test_language_http.py test/pathod/test_language_websocket.py test/pathod/test_language_http2.py + PY3TESTS = test/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 test/pathod/test_language_base.py test/pathod/test_language_http.py test/pathod/test_language_websocket.py test/pathod/test_language_http2.py test/pathod/test_pathoc.py [testenv:py27] commands = |
