aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
blob: a1e6a8162e97b7e82f75e73e041e20adf022f6c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[tox]
envlist = py27, py35, lint

[testenv]
deps = -rrequirements.txt

[testenv:py27]
commands = py.test -n 8 --timeout 60 ./test

[testenv:py35]
commands = py.test -n 8 --timeout 60 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

[testenv:lint]
deps = flake8
commands = flake8 --count mitmproxy netlib pathod examples test