summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Madden <jamadden@gmail.com>2017-06-29 09:40:01 -0500
committerJason Madden <jamadden@gmail.com>2017-06-29 09:40:01 -0500
commit04fbd4917e1861e22ce612ca3f513b9dac03413d (patch)
tree5515bfc3a25007c70733c3c7da62d0598c57a1a3
parent2e75af3a26f75505ef79b12f3096c7b9910aafd6 (diff)
downloadzope-component-issue26.tar.gz
Remove -pure variants from default tox.ini envlist because they're not useful without special pip configuration.issue26
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index b1721bb..a39c893 100644
--- a/tox.ini
+++ b/tox.ini
@@ -2,7 +2,7 @@
envlist =
# Jython support pending 2.7 support, due 2012-07-15 or so. See:
# http://fwierzbicki.blogspot.com/2012/03/adconion-to-fund-jython-27.html
- py27,py27-minimal,py27-pure,pypy,py33,py34,py34-pure,py35,py35-pure,py36,pypy3,coverage,docs
+ py27,py27-minimal,pypy,py34,py35,py36,pypy3,docs
[mindeps]
deps =