aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
blob: 9984eb1b1c784c83b5f0c822d25499cb9c577874 (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 --exit-zero --count mitmproxy netlib pathod examples test