mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-22 07:08:10 +00:00
11 lines
305 B
INI
11 lines
305 B
INI
|
[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
|