summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2019-07-29 09:20:33 -0400
committerNed Batchelder <ned@nedbatchelder.com>2019-07-29 09:20:33 -0400
commite537d7d70eb4d4f81b94b7160ee24db21c701d6e (patch)
tree268e4f074218a5d1e35b8444af9efafc45493b6f
parentc619ec807544ec1f7af555c959d9855654b79195 (diff)
downloadpython-coveragepy-git-e537d7d70eb4d4f81b94b7160ee24db21c701d6e.tar.gz
Build wheels for 3.8
-rw-r--r--tox_wheels.ini7
1 files changed, 5 insertions, 2 deletions
diff --git a/tox_wheels.ini b/tox_wheels.ini
index 12f4a129..c12aafc9 100644
--- a/tox_wheels.ini
+++ b/tox_wheels.ini
@@ -2,20 +2,23 @@
# For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt
[tox]
-envlist = py{26,27,33,34,35,36,37,sys}
+envlist = py{26,27,33,34,35,36,37,38,sys}
toxworkdir = {toxinidir}/.tox_kits
[testenv]
deps =
-rrequirements/wheel.pip
-commands =
+commands =
python -c "import sys; print(sys.real_prefix)"
python setup.py bdist_wheel {posargs}
[testenv:py27]
basepython = python2.7
+[testenv:py38]
+basepython = python3.8
+
[testenv:pysys]
# For building with the Mac Framework Python.
basepython = /usr/bin/python