Skip to content

Commit 22c6bcd

Browse files
committed
Fix wheel-making
1 parent 7a84f2e commit 22c6bcd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox_wheels.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
33

44
[tox]
5-
envlist = py{27,35,36,37,38,sys}
5+
envlist = py{27,35,36,37,38,39,sys}
66
toxworkdir = {toxinidir}/.tox/wheels
77

88
[testenv]
99
deps =
1010
-rrequirements/wheel.pip
1111

1212
commands =
13-
python -c "import sys; print(sys.real_prefix)"
13+
python -c "import sys; print(sys.base_prefix)"
1414
python setup.py bdist_wheel {posargs}
1515

1616
[testenv:py27]

0 commit comments

Comments
 (0)