summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJames Socol <me@jamessocol.com>2013-03-06 14:38:29 -0500
committerJames Socol <me@jamessocol.com>2013-03-06 14:38:29 -0500
commitdf39384db88754c9e9c5698795ee890b8d144891 (patch)
treed6fe48263c7b4f69fac7e84368192d22046d8fbd /tox.ini
parent47b5ebf4e2099343f78b8f48185445bdf0db3f5f (diff)
downloadpystatsd-df39384db88754c9e9c5698795ee890b8d144891.tar.gz
Update requirements and test versions.
- Update nose and mock. - Add flake8 to dev requirements. - Add Py33 to tox and travis.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 3 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index 73c4dec..9b49157 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,10 +1,10 @@
[tox]
-envlist = py25,py26,py27,pypy,py32
+envlist = py25,py26,py27,pypy,py32,py33
[testenv]
deps=
- mock==1.0b1
- nose==1.1.2
+ mock==1.0.1
+ nose==1.2.1
coverage==3.5.2
commands=