summaryrefslogtreecommitdiff
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
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.
-rw-r--r--.travis.yml1
-rw-r--r--requirements.txt5
-rw-r--r--tox.ini6
3 files changed, 7 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index c3c42b0..0751470 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,6 +4,7 @@ python:
- "2.6"
- "2.7"
- "3.2"
+ - "3.3"
- "pypy"
install: pip install -r requirements.txt --use-mirrors
script: nosetests
diff --git a/requirements.txt b/requirements.txt
index 71d665a..6aa9af6 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,2 +1,3 @@
-mock==1.0b1
-nose==1.1.2
+mock==1.0.1
+nose==1.2.1
+flake8==1.7.0
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=