mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-27 02:24:18 +00:00
Merge branch 'tox' of https://github.com/Kriechi/mitmproxy into Kriechi-tox
This commit is contained in:
commit
6ecc6da486
1
.gitignore
vendored
1
.gitignore
vendored
@ -18,3 +18,4 @@ node_modules
|
||||
bower_components
|
||||
*.map
|
||||
sslkeylogfile.log
|
||||
.tox/
|
||||
|
2
.python-version
Normal file
2
.python-version
Normal file
@ -0,0 +1,2 @@
|
||||
2.7.11
|
||||
3.5.1
|
10
tox.ini
Normal file
10
tox.ini
Normal file
@ -0,0 +1,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
|
Loading…
Reference in New Issue
Block a user