summaryrefslogtreecommitdiff
path: root/tox_wheels.ini
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2018-05-05 08:49:01 -0400
committerNed Batchelder <ned@nedbatchelder.com>2018-05-05 08:49:01 -0400
commit692987a02adfaa7e05086c1d4c89228d0525bc2e (patch)
treec03a2d9a28ea2b3cbba0ceba3c44db2da0821868 /tox_wheels.ini
parent2a35bb182114a4ea47780cd0dc6fa08735e5fbaa (diff)
downloadpython-coveragepy-git-692987a02adfaa7e05086c1d4c89228d0525bc2e.tar.gz
No more support for 2.6 or 3.3
Diffstat (limited to 'tox_wheels.ini')
-rw-r--r--tox_wheels.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox_wheels.ini b/tox_wheels.ini
index 18715945..adf48bf7 100644
--- a/tox_wheels.ini
+++ b/tox_wheels.ini
@@ -2,14 +2,14 @@
# For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt
[tox]
-envlist = py{26,27,33,34,35,36,sys}
+envlist = py{27,34,35,36,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}