summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authormayeut <mayeut@users.noreply.github.com>2019-11-11 12:00:16 +0100
committermayeut <mayeut@users.noreply.github.com>2020-03-07 10:43:39 +0100
commit65fa92095484eb14b994574650809fca7cae2d2e (patch)
tree5c786b215ec598b5beb2547dd04dda1391847358 /tox.ini
parentccbe2dad46a70042c99876f7e81c0ddbb7fc1fa4 (diff)
downloadpython-setuptools-git-65fa92095484eb14b994574650809fca7cae2d2e.tar.gz
Use CPython 3.8.0 mechanism to find msvc 14+
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 959d7dad..1ebb922b 100644
--- a/tox.ini
+++ b/tox.ini
@@ -22,7 +22,7 @@ setenv =
COVERAGE_FILE={toxworkdir}/.coverage.{envname}
# TODO: The passed environment variables came from copying other tox.ini files
# These should probably be individually annotated to explain what needs them.
-passenv=APPDATA HOMEDRIVE HOMEPATH windir APPVEYOR APPVEYOR_* CI CODECOV_* TRAVIS TRAVIS_* NETWORK_REQUIRED
+passenv=APPDATA HOMEDRIVE HOMEPATH windir Program* CommonProgram* VS* APPVEYOR APPVEYOR_* CI CODECOV_* TRAVIS TRAVIS_* NETWORK_REQUIRED
commands=pytest --cov-config={toxinidir}/tox.ini --cov-report= {posargs}
usedevelop=True
extras =