mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-03 19:27:14 +00:00
Add test_language_base to tox.ini
This commit is contained in:
parent
1de379be95
commit
f45765a236
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
|
@ -8,7 +8,7 @@ deps = -rrequirements.txt
|
|||
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
|
||||
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
|
||||
|
||||
[testenv:lint]
|
||||
deps = flake8
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue