From d4f4beb6c7e9a0145f8affc6053ee01330f6f3be Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Thu, 3 Nov 2016 07:57:25 +1300 Subject: tests: add mitmdump --sysinfo to tests runs for platform info --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index 8e3e51de..e2921464 100644 --- a/tox.ini +++ b/tox.ini @@ -10,6 +10,7 @@ deps = passenv = CODECOV_TOKEN CI CI_* TRAVIS TRAVIS_* APPVEYOR APPVEYOR_* setenv = HOME = {envtmpdir} commands = + mitmdump --sysinfo py.test --timeout 60 {posargs} {env:CI_COMMANDS:python -c ""} @@ -19,6 +20,7 @@ commands = sphinx-build -W -b html -d {envtmpdir}/doctrees . {envtmpdir}/html [testenv:lint] commands = + mitmdump --sysinfo flake8 --jobs 8 --count mitmproxy pathod examples test rstcheck README.rst mypy --silent-imports mitmproxy/addons mitmproxy/addonmanager.py mitmproxy/proxy/protocol/ -- cgit v1.2.3