summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorChris Jerdonek <chris.jerdonek@gmail.com>2012-11-03 23:38:41 -0700
committerChris Jerdonek <chris.jerdonek@gmail.com>2012-11-03 23:38:41 -0700
commitde33ff316211ca35c87232cf594ef06a8daf0806 (patch)
tree56cfab7255b693b3f812771eaf5d8656e808820b /tox.ini
parent661a959bf3ecf9c6592d3047089c2b44cf1042e3 (diff)
downloadpystache-de33ff316211ca35c87232cf594ef06a8daf0806.tar.gz
Allow tox to run from a downloaded sdist (i.e. without spec tests).
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index bef48f2..d1eaebf 100644
--- a/tox.ini
+++ b/tox.ini
@@ -13,7 +13,7 @@ envlist = py24,py25,py26,py27,py27-yaml,py27-noargs,py31,py32,pypy
changedir =
{envbindir}
commands =
- pystache-test {toxinidir}/ext/spec/specs {toxinidir}
+ pystache-test {toxinidir}
# Check that the spec tests work with PyYAML.
[testenv:py27-yaml]
@@ -24,7 +24,7 @@ deps =
changedir =
{envbindir}
commands =
- pystache-test {toxinidir}/ext/spec/specs {toxinidir}
+ pystache-test {toxinidir}
# Check that pystache-test works from an install with no arguments.
[testenv:py27-noargs]