Skip to content

Commit e537d7d

Browse files
committed
Build wheels for 3.8
1 parent c619ec8 commit e537d7d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

tox_wheels.ini

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,23 @@
22
# For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt
33

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

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

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

1616
[testenv:py27]
1717
basepython = python2.7
1818

19+
[testenv:py38]
20+
basepython = python3.8
21+
1922
[testenv:pysys]
2023
# For building with the Mac Framework Python.
2124
basepython = /usr/bin/python

0 commit comments

Comments
 (0)