aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini22
1 files changed, 10 insertions, 12 deletions
diff --git a/tox.ini b/tox.ini
index 0859ddae..d4ec2543 100644
--- a/tox.ini
+++ b/tox.ini
@@ -25,17 +25,16 @@ commands = sphinx-build -W -b html -d {envtmpdir}/doctrees . {envtmpdir}/html
commands =
mitmdump --version
flake8 --jobs 8 mitmproxy pathod examples test release
- python3 test/filename_matching.py
+ python test/filename_matching.py
rstcheck README.rst
- mypy --ignore-missing-imports ./mitmproxy
- mypy --ignore-missing-imports ./pathod
- mypy --ignore-missing-imports --follow-imports=skip ./examples/simple/
+ mypy --ignore-missing-imports ./mitmproxy ./pathod
+ mypy --ignore-missing-imports --follow-imports=skip ./examples/simple/ ./examples/pathod/ ./examples/complex/
[testenv:individual_coverage]
deps =
-rrequirements.txt
commands =
- python3 test/individual_coverage.py
+ python test/individual_coverage.py
[testenv:wheel]
recreate = True
@@ -51,14 +50,13 @@ commands =
pathoc --version
[testenv:rtool]
+passenv = SKIP_MITMPROXY SNAPSHOT_HOST SNAPSHOT_PORT SNAPSHOT_USER SNAPSHOT_PASS RTOOL_KEY
deps =
-rrequirements.txt
- -e./release
- # The 3.2 release is broken
- # the next commit after this updates the bootloaders, which then segfault!
- # https://github.com/pyinstaller/pyinstaller/issues/2232
- git+https://github.com/pyinstaller/pyinstaller.git@483c819d6a256b58db6740696a901bd41c313f0c; sys_platform == 'win32'
- git+https://github.com/mhils/pyinstaller.git@d094401e4196b1a6a03818b80164a5f555861cef; sys_platform != 'win32'
+ pyinstaller==3.3.1
+ twine==1.9.1
+ pysftp==0.2.9
commands =
- rtool {posargs}
+ mitmdump --version
+ python ./release/rtool.py {posargs}