From c1ec78e2571d8411372e31d0ce2084c95bbc75ab Mon Sep 17 00:00:00 2001 From: Marc Abramowitz Date: Mon, 25 Jun 2012 16:38:14 -0700 Subject: Add tox.ini for tox (http://tox.testrun.org/) --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 2e456e8..31d01e2 100644 --- a/tox.ini +++ b/tox.ini @@ -4,10 +4,10 @@ # and then run "tox" from this directory. [tox] -envlist = py24, py25, py26, py27, py30, py31, py32, py33, pypy, jython +envlist = py25, py26, py27, pypy [testenv] -commands = nosetests -v openid/test +commands = ./run_tests.sh deps = Django nose -- cgit v1.2.1