Skip to content

Commit

Permalink
Fix wheel-making
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Jul 5, 2020
1 parent 7a84f2e commit 22c6bcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox_wheels.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
# 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]
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]
Expand Down

0 comments on commit 22c6bcd

Please sign in to comment.