Skip to content

Commit

Permalink
Add 'py27-minimal' tox target as replacement for 'py26-minimal'.
Browse files Browse the repository at this point in the history
Drop spurious '[testenv:py26]' block.
  • Loading branch information
tseaver committed Mar 24, 2016
1 parent 9e97fd5 commit 1fee42a
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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-pure,pypy,py33,py34,py34-pure,py35,py35-pure,pypy3,coverage,docs
py27,py27-minimal,py27-pure,pypy,py33,py34,py34-pure,py35,py35-pure,pypy3,coverage,docs

[mindeps]
deps =
Expand All @@ -28,12 +28,16 @@ deps =
commands =
python setup.py -q test -q

[testenv:py26]
[testenv:py27-minimal]
usedevelop = true
basepython =
python2.7
deps =
{[fulldeps]deps}
{[mindeps]deps}
ordereddict
nose
commands =
python setup.py -q test -q
nosetests -I persistentregistry -I security

[testenv:py34-pure]
basepython =
Expand Down

0 comments on commit 1fee42a

Please sign in to comment.