aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorShadab Zafar <dufferzafar0@gmail.com>2016-06-15 14:00:02 +0530
committerMaximilian Hils <git@maximilianhils.com>2016-06-16 17:08:06 -0700
commit500bf18023e9fecc5a3aace94bbe731c9cbd49d2 (patch)
treee5d4278add431fa4fc81f408be9bd3b3591449d3 /tox.ini
parentf399a5cd2971675c22a10e48ee9622fb3d86d41f (diff)
downloadmitmproxy-500bf18023e9fecc5a3aace94bbe731c9cbd49d2.tar.gz
mitmproxy-500bf18023e9fecc5a3aace94bbe731c9cbd49d2.tar.bz2
mitmproxy-500bf18023e9fecc5a3aace94bbe731c9cbd49d2.zip
Enable Travis for the entire pathod directory :)
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index c150e14e..1c48b91f 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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 test/pathod/test_pathoc.py
+ PY3TESTS = test/netlib test/pathod/ test/mitmproxy/script
[testenv:py27]
commands =