aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2019-11-19 18:15:08 +0100
committerGitHub <noreply@github.com>2019-11-19 18:15:08 +0100
commite92b957e3a7324d79f2ef2a7386ed21549a5cb10 (patch)
tree4bb4bc4e0abcfb88ddf0004df4edef4b51ce0091 /tox.ini
parent70e3871fdb066fa4267cfb44df36e24f9986e3e7 (diff)
downloadmitmproxy-e92b957e3a7324d79f2ef2a7386ed21549a5cb10.tar.gz
mitmproxy-e92b957e3a7324d79f2ef2a7386ed21549a5cb10.tar.bz2
mitmproxy-e92b957e3a7324d79f2ef2a7386ed21549a5cb10.zip
Use Github Actions for CI (#3713)
switch to github actions for CI
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini9
1 files changed, 3 insertions, 6 deletions
diff --git a/tox.ini b/tox.ini
index 3df2bd40..729d529a 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,17 +5,14 @@ toxworkdir={env:TOX_WORK_DIR:.tox}
[testenv]
deps =
- {env:CI_DEPS:}
-rrequirements.txt
-passenv = CODECOV_TOKEN CI CI_* TRAVIS TRAVIS_* APPVEYOR APPVEYOR_* SNAPSHOT_* OPENSSL RTOOL_*
setenv = HOME = {envtmpdir}
commands =
mitmdump --version
- pytest --timeout 60 --cov-report='' \
+ pytest --timeout 60 --cov-report xml \
--cov=mitmproxy --cov=pathod --cov=release \
--full-cov=mitmproxy/ --full-cov=pathod/ \
{posargs}
- {env:CI_COMMANDS:python -c ""}
[testenv:py35]
whitelist_externals =
@@ -40,7 +37,7 @@ commands =
python ./test/individual_coverage.py
[testenv:cibuild]
-passenv = TRAVIS_* APPVEYOR_* AWS_* TWINE_* DOCKER_* RTOOL_KEY WHEEL DOCKER PYINSTALLER WININSTALLER
+passenv = CI_* GITHUB_* AWS_* TWINE_* DOCKER_*
deps =
-rrequirements.txt
pyinstaller==3.5
@@ -62,7 +59,7 @@ commands =
pathoc --version
[testenv:docs]
-passenv = TRAVIS_* APPVEYOR_* AWS_*
+passenv = GITHUB_* AWS_*
deps =
-rrequirements.txt
awscli