summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorDaniel G. Taylor <danielgtaylor@gmail.com>2014-07-28 14:24:52 -0700
committerDaniel G. Taylor <danielgtaylor@gmail.com>2014-07-28 14:24:52 -0700
commit98e7cf1cfd2068072b589cce04bfdf5100c06e43 (patch)
treeb4535caa2771ae2c5500e3cfb7854ad351a14e9c /tox.ini
parent94f1e03a4fea0b7b1ff97869a85ad063ad551ae3 (diff)
downloadboto-98e7cf1cfd2068072b589cce04bfdf5100c06e43.tar.gz
Add pypy to tox config
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini7
1 files changed, 6 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index c61b64c6..11b522bc 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py26,py27,py33,py34
+envlist = py26,py27,py33,py34,pypy
# Comment to build sdist and install into virtualenv
# This is helpful to test installation but takes extra time
@@ -24,6 +24,11 @@ setenv =
setenv =
PYTHONHASHSEED = 0
+[testenv:pypy]
+# See comment above in py26 about hash seed.
+setenv =
+ PYTHONHASHSEED = 0
+
[testenv]
deps = -rrequirements.txt
commands =