mirror of
https://github.com/mitmproxy/mitmproxy.git
synced 2024-12-01 01:00:51 +00:00
add missing pathod files to travis
This commit is contained in:
parent
c29bbbc29a
commit
36c7fef134
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
|
||||
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
|
||||
|
||||
[testenv:lint]
|
||||
deps = flake8
|
||||
|
Loading…
Reference in New Issue
Block a user