summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorChris Jerdonek <chris.jerdonek@gmail.com>2012-04-23 17:45:04 -0700
committerChris Jerdonek <chris.jerdonek@gmail.com>2012-04-23 17:45:04 -0700
commitf30aad9ad2a3fd6be307d76c719d13f73d62734e (patch)
tree56540c7d33c62c262ee96a4220c8a0a107f0983e /tox.ini
parente05966ee30144a624f88f94ac615e42ff4c5a8ac (diff)
downloadpystache-f30aad9ad2a3fd6be307d76c719d13f73d62734e.tar.gz
Changes in preparation for 0.5.1.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini11
1 files changed, 10 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index a6a20ed..72c5369 100644
--- a/tox.ini
+++ b/tox.ini
@@ -3,7 +3,7 @@
# http://pypi.python.org/pypi/tox
#
[tox]
-envlist = py24,py25,py26,py27,py31,py32
+envlist = py24,py25,py26,py27,py27-yaml,py31,py32
[testenv]
# Change the working directory so that we don't import the pystache located
@@ -12,3 +12,12 @@ changedir =
{envbindir}
commands =
pystache-test {toxinidir} {toxinidir}/ext/spec/specs
+
+# Check that the spec tests work with PyYAML.
+[testenv:py27-yaml]
+deps =
+ PyYAML
+changedir =
+ {envbindir}
+commands =
+ pystache-test {toxinidir} {toxinidir}/ext/spec/specs