aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
blob: 38cf94a63d3b214820fe0e81cb3d4f1542352eb1 (plain)
1
2
3
4
5
6
7
8
9
10
[tox]
envlist = py27, py35, lint

[testenv]
deps = -rrequirements.txt
commands = py.test -n 8 --timeout 60 ./test/netlib ./test/mitmproxy/script ./test/pathod/test_utils.py ./test/pathod/test_log.py

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