From 926a3064d1dfb1078acc02ccbda83de334f3c883 Mon Sep 17 00:00:00 2001 From: olly Date: Sun, 2 Feb 2014 17:02:43 +0000 Subject: Switch arg parsing to argparse and fix py3 compat bugs --- tox.ini | 1 + 1 file changed, 1 insertion(+) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index eac6bf9..40b4ffd 100644 --- a/tox.ini +++ b/tox.ini @@ -4,4 +4,5 @@ envlist = py26,py27,py32,py33 [testenv] deps= nose + mock commands=nosetests [] -- cgit v1.2.1