From df39384db88754c9e9c5698795ee890b8d144891 Mon Sep 17 00:00:00 2001 From: James Socol Date: Wed, 6 Mar 2013 14:38:29 -0500 Subject: Update requirements and test versions. - Update nose and mock. - Add flake8 to dev requirements. - Add Py33 to tox and travis. --- tox.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tox.ini') 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= -- cgit v1.2.1