diff options
author | James Socol <james@bit.ly> | 2013-11-25 14:36:25 -0500 |
---|---|---|
committer | James Socol <james@bit.ly> | 2013-11-25 14:36:51 -0500 |
commit | fa559274b708a1b3556d6e6510aead4427a61db8 (patch) | |
tree | 37bd067b8e70b54c39ffd62a1a971ae456ca1510 /tox.ini | |
parent | 7f45850d7bcb496af42a8eaa02c58e29c59071b8 (diff) | |
download | pystatsd-fa559274b708a1b3556d6e6510aead4427a61db8.tar.gz |
Drop Python 2.5 from test environments.
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,pypy,py32,py33 +envlist = py26,py27,pypy,py32,py33 [testenv] deps= |