aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorSean Brant2013-03-10 12:39:30 -0500
committerSean Brant2013-03-10 12:39:30 -0500
commit12c5f801cdcc5eda8314a3c0ff75df10c123e3ef (patch)
tree6fcd9095124bb7f6ce15155b1b5ec96bdc392a62 /tox.ini
parent29d4ad8a0dd2dd7809fe972eddb3db2c6c62e0a1 (diff)
downloadpykss-12c5f801cdcc5eda8314a3c0ff75df10c123e3ef.tar.bz2
Adds pypy to tox
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 9a92c2c..ccab5e3 100644
--- a/tox.ini
+++ b/tox.ini
@@ -4,7 +4,7 @@
# and then run "tox" from this directory.
[tox]
-envlist = py26, py27
+envlist = py26, py27, pypy
[testenv]
commands = python setup.py test