From e92b957e3a7324d79f2ef2a7386ed21549a5cb10 Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Tue, 19 Nov 2019 18:15:08 +0100 Subject: Use Github Actions for CI (#3713) switch to github actions for CI --- tox.ini | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'tox.ini') 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 -- cgit v1.2.3