From 70c7e040fb16b53657f7f032f0df2b650a780f2c Mon Sep 17 00:00:00 2001 From: Kevin McCarthy Date: Wed, 7 Aug 2013 21:15:42 -1000 Subject: [PATCH] update tox to reflect new text directory structure --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index e3fd915..a8cd424 100644 --- a/tox.ini +++ b/tox.ini @@ -8,7 +8,7 @@ envlist = py26, py27, pypy, py26requests, py27requests, pypyrequests [testenv] commands = - py.test + python setup.py test deps = pytest PyYAML