From 6edfab0f8a75124d453cb95a1cfe560d614e79d8 Mon Sep 17 00:00:00 2001 From: Oliver Bestwalter Date: Sat, 26 May 2018 12:27:23 +0200 Subject: [PATCH] [minor] we're running far more than just unit tests :) (#830) --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 37effe501..56871a13a 100644 --- a/tox.ini +++ b/tox.ini @@ -11,7 +11,7 @@ minversion = 2.9.0 skip_missing_interpreters = true [testenv] -description = run the unit tests with pytest under {basepython} +description = run the tests with pytest under {basepython} setenv = COVERAGE_FILE={toxworkdir}/.coverage.{envname} passenv = http_proxy https_proxy no_proxy SSL_CERT_FILE TOXENV CI TRAVIS TRAVIS_* APPVEYOR APPVEYOR_* CODECOV_* extras = testing