summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorChris Jerdonek <chris.jerdonek@gmail.com>2012-06-29 11:21:50 -0700
committerChris Jerdonek <chris.jerdonek@gmail.com>2012-06-29 11:21:50 -0700
commit72b515bb673cfbaf287276ad7c9475d4588cd0c0 (patch)
tree55532b0eabd66f13efe777c78c1fcd1c8f5b1b8b /tox.ini
parente76ec45981646414e3f0a250953133d11dd90a25 (diff)
downloadpystache-72b515bb673cfbaf287276ad7c9475d4588cd0c0.tar.gz
Add support for PyPy (issue #125).
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 d1aef0d..b5a9394 100644
--- a/tox.ini
+++ b/tox.ini
@@ -3,7 +3,7 @@
# http://pypi.python.org/pypi/tox
#
[tox]
-envlist = py24,py25,py26,py27,py27-yaml,py27-noargs,py31,py32
+envlist = py24,py25,py26,py27,py27-yaml,py27-noargs,py31,py32,pypy
[testenv]
# Change the working directory so that we don't import the pystache located
@@ -11,7 +11,7 @@ envlist = py24,py25,py26,py27,py27-yaml,py27-noargs,py31,py32
changedir =
{envbindir}
commands =
- pystache-test {toxinidir}/ext/spec/specs {toxinidir}
+ pystache-test {toxinidir}/ext/spec/specs {toxinidir}
# Check that the spec tests work with PyYAML.
[testenv:py27-yaml]