Chris McDonough
2015-03-18 3ec480879d3ce366ef130d3ab05c32014b3d908e
tox.ini
@@ -1,6 +1,9 @@
[tox]
envlist = 
    py25,py26,py27,pypy,cover
    py26,py27,pypy,cover
# this code actually works under py2.5 too but tox and virtualenv have moved on
# and no longer support it, so we don't test it anymore.
[testenv]
commands = 
@@ -12,6 +15,7 @@
    virtualenv
[testenv:py25]
# only kept around for historical curiosity and version pinning details, unused
commands = 
    python setup.py test -q
deps =