summaryrefslogtreecommitdiff
path: root/tox_wheels.ini
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-09-07 09:14:24 -0400
committerNed Batchelder <ned@nedbatchelder.com>2015-09-07 09:14:24 -0400
commit72162a080d685dcab3b2f23febcde7a544f1dd0c (patch)
treea846febe46d3af670b8e391bdbb8e529d5a9c8c4 /tox_wheels.ini
parentfe671130164b608da20ccd65103a9d440f52f146 (diff)
downloadpython-coveragepy-72162a080d685dcab3b2f23febcde7a544f1dd0c.tar.gz
Move most requirements into requirements/*.pip, and share them where possible
Diffstat (limited to 'tox_wheels.ini')
-rw-r--r--tox_wheels.ini7
1 files changed, 3 insertions, 4 deletions
diff --git a/tox_wheels.ini b/tox_wheels.ini
index 8494ec5..f956183 100644
--- a/tox_wheels.ini
+++ b/tox_wheels.ini
@@ -6,9 +6,8 @@ envlist = py{26,27,33,34,35}
toxworkdir = {toxinidir}/.tox_kits
[testenv]
+deps =
+ -rrequirements/wheel.pip
+
commands =
python setup.py bdist_wheel {posargs}
-
-deps =
- wheel
- setuptools >= 6.0.0