summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2015-03-18 19:34:26 +0100
committerAnthon van der Neut <anthon@mnt.org>2015-03-18 19:34:26 +0100
commitafdc24a93260e9869361cb7e9855740d2dbd04d3 (patch)
treeaee0b746d9a534b49588054ba2259cfdbb52c73f /tox.ini
parent395f2aad5e097b6f65f0ec366eb6b5c4377453f9 (diff)
downloadruamel.yaml-afdc24a93260e9869361cb7e9855740d2dbd04d3.tar.gz
now installs and tests for pypy (by testing in setup.py and not
depending on ruamel.ordereddict if not CPython 2.x series)
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 6edf701..414a1c9 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py27,py34,py26,py33
+envlist = py27,py34,py26,py33,pypy
[testenv]
commands =