From 58b97e6919dcc0923286fb587a5ef82323187ea0 Mon Sep 17 00:00:00 2001 From: Ryan Petrello Date: Mon, 5 Mar 2012 10:12:23 -0500 Subject: [PATCH] Tinkering w/ tox. --- tox.ini | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index 0958cc3..1d49014 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,5 @@ [tox] -envlist = py26,py27,py31 +envlist = py26,py27 [testenv] -deps=pytest -commands=py.test +commands=python setup.py test