diff options
-rw-r--r-- | tox_wheels.ini | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tox_wheels.ini b/tox_wheels.ini index 92a1ddf4..3dd06b61 100644 --- a/tox_wheels.ini +++ b/tox_wheels.ini @@ -2,7 +2,7 @@ # For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt [tox] -envlist = py{27,35,36,37,38,sys} +envlist = py{27,35,36,37,38,39,sys} toxworkdir = {toxinidir}/.tox/wheels [testenv] @@ -10,7 +10,7 @@ deps = -rrequirements/wheel.pip commands = - python -c "import sys; print(sys.real_prefix)" + python -c "import sys; print(sys.base_prefix)" python setup.py bdist_wheel {posargs} [testenv:py27] |