From e6606c67fa7bfb52b431fa82e2987d4027c0a48c Mon Sep 17 00:00:00 2001 From: Kelsey Hawley Date: Tue, 31 Dec 2013 12:34:09 -0800 Subject: [PATCH] committing updates to tox.ini file for use with tox --- tox.ini | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index 2403045..8f74e7d 100644 --- a/tox.ini +++ b/tox.ini @@ -4,8 +4,11 @@ # and then run "tox" from this directory. [tox] -envlist = py27, py32, py33 +envlist = py33 [testenv] -commands = {envpython} setup.py test - +commands = py.test +deps = + pytest + warcprox + requests