summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorMarc Abramowitz <marc@marc-abramowitz.com>2016-03-07 14:33:22 -0800
committerMarc Abramowitz <marc@marc-abramowitz.com>2016-03-07 14:33:22 -0800
commit24e2aeee29ebcd41a5ae122e6f8cec76e86529c3 (patch)
tree84ff6296a87aac665efb2e72f769c633f90f2a89 /tox.ini
parented8ebf6b24f2d322a2cf81054525c692f6ca4e32 (diff)
downloadpaste-24e2aeee29ebcd41a5ae122e6f8cec76e86529c3.tar.gz
Enable testing with pypytox_add_pypy
This involved: - Adding "pypy" to the `tox.ini` envlist. - Adding `# doctest: +IGNORE_EXCEPTION_DETAIL` to 2 doctests, because the traceback message text is slightly different on PyPy.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index d50d433..b54d5ec 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py26, py27, py34, py35
+envlist = py26, py27, py34, py35, pypy
[testenv]
deps=