From e30f42f3980b0723d677d5cb8526fcc1b410d341 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 31 Mar 2011 05:13:22 -0400 Subject: [PATCH] tox config fix --- tox.ini | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/tox.ini b/tox.ini index 75bdd25..ae03b62 100644 --- a/tox.ini +++ b/tox.ini @@ -3,15 +3,12 @@ envlist = py25,py26,py27,py3 [testenv] commands=py.test --junitxml=junit-{envname}.xml -deps = pytest,requests +deps = + pytest==2.0.2 + requests==0.3.0 -[testenv:py25] -simplejson = pytest simplejson - [testenv:pypy] basepython=/usr/bin/pypy-c -simplejson = pytest simplejson [testenv:py3] -basepython=/usr/bin/python3 -simplejson = pytest \ No newline at end of file +basepython=/usr/bin/python3 \ No newline at end of file