Commit 461ea400 authored by Jason R. Coombs's avatar Jason R. Coombs

Opt into PEP 517 for pip installs to avoid implicit dependency on Setuptools...

Opt into PEP 517 for pip installs to avoid implicit dependency on Setuptools to install test dependencies.
parent 4d689db2
......@@ -18,6 +18,7 @@ install_command = {[helpers]pip} install {opts} {packages}
list_dependencies_command = {[helpers]pip} freeze --all
setenv =
COVERAGE_FILE={toxworkdir}/.coverage.{envname}
PIP_USE_PEP517=1
# 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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment