From 4f651ba2425fa418b101a266a5b73d758d1b3d04 Mon Sep 17 00:00:00 2001 From: Joe Heck Date: Thu, 2 Feb 2012 20:57:45 -0800 Subject: updating tox.ini with test pip requirements --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index e9a2fb38..96c4e0da 100644 --- a/tox.ini +++ b/tox.ini @@ -2,7 +2,7 @@ envlist = py26,py27,pep8 [testenv] -deps = -r{toxinidir}/tools/pip-requires +deps = -r{toxinidir}/tools/pip-requires-test commands = nosetests [testenv:pep8] -- cgit