diff options
author | James Socol <me@jamessocol.com> | 2014-05-09 10:40:33 -0400 |
---|---|---|
committer | James Socol <me@jamessocol.com> | 2014-05-09 11:29:12 -0400 |
commit | 8efab684470c4fc5ab941564f96a60381e827fe0 (patch) | |
tree | 2f26e35ad32feb648250141b082fd5e946db0b63 /tox.ini | |
parent | 043281baad434788013276c05eb8a030d7cce5b2 (diff) | |
download | pystatsd-8efab684470c4fc5ab941564f96a60381e827fe0.tar.gz |
Update test envs and trove classifiers
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ [tox] -envlist = py26,py27,pypy,py32,py33 +envlist = py26,py27,pypy,py32,py33,py34 [testenv] deps= |