diff options
author | Chris Rose <offby1@offby1.net> | 2014-04-14 10:40:56 -0400 |
---|---|---|
committer | Chris Rose <offby1@offby1.net> | 2014-04-14 10:40:56 -0400 |
commit | ed4f077b816cc05109bd409d052271291fee26fc (patch) | |
tree | 6e274d67de9bd98cd69d201ac03e551b1ea03a7b /tox.ini | |
parent | d31373f0efac2976af80380e16136c1a7831b6a7 (diff) |
Remove python 2.5 from tox
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ [tox] -envlist = py25,py26,py27,py32,py33 +envlist = py26,py27,py32,py33 [testenv] commands = pip install --use-mirrors -q -r tox-requirements.txt |