summaryrefslogtreecommitdiff
path: root/tox_wheels.ini
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-09-07 08:48:14 -0400
committerNed Batchelder <ned@nedbatchelder.com>2015-09-07 08:48:14 -0400
commitfe671130164b608da20ccd65103a9d440f52f146 (patch)
tree149df9c8707925472a91569eaaf3fd69e8f09951 /tox_wheels.ini
parent63220645992a448112c6d25749e99be1cc1a1e1f (diff)
downloadpython-coveragepy-fe671130164b608da20ccd65103a9d440f52f146.tar.gz
More compact tox syntax
Diffstat (limited to 'tox_wheels.ini')
-rw-r--r--tox_wheels.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox_wheels.ini b/tox_wheels.ini
index 57fcd6d..8494ec5 100644
--- a/tox_wheels.ini
+++ b/tox_wheels.ini
@@ -2,7 +2,7 @@
# For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt
[tox]
-envlist = py26, py27, py33, py34, py35
+envlist = py{26,27,33,34,35}
toxworkdir = {toxinidir}/.tox_kits
[testenv]