summaryrefslogtreecommitdiff
path: root/tox_wheels.ini
diff options
context:
space:
mode:
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 1871594..adf48bf 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}