From 46960fa080c63b912c76321f790573fe4995ed49 Mon Sep 17 00:00:00 2001 From: Thomas Kriechbaumer Date: Fri, 18 May 2018 10:37:56 +0200 Subject: add docker to the main repository --- tox.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 3ec5a387..64dfa78e 100644 --- a/tox.ini +++ b/tox.ini @@ -33,7 +33,7 @@ commands = python ./test/individual_coverage.py [testenv:cibuild] -passenv = TRAVIS_* AWS_* APPVEYOR_* TWINE_* RTOOL_KEY WHEEL +passenv = TRAVIS_* APPVEYOR_* AWS_* TWINE_* DOCKER_* RTOOL_KEY WHEEL DOCKER PYINSTALLER deps = -rrequirements.txt pyinstaller==3.3.1 @@ -41,7 +41,7 @@ deps = awscli commands = mitmdump --version - python ./release/ci.py {posargs} + python ./release/cibuild.py {posargs} [testenv:wheeltest] recreate = True @@ -55,7 +55,7 @@ commands = pathoc --version [testenv:docs] -passenv = TRAVIS_* AWS_* APPVEYOR_* RTOOL_KEY WHEEL +passenv = TRAVIS_* APPVEYOR_* AWS_* deps = -rrequirements.txt awscli -- cgit v1.2.3