summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorDoug Hellmann <doug.hellmann@dreamhost.com>2013-09-22 10:17:28 -0400
committerDoug Hellmann <doug.hellmann@dreamhost.com>2013-09-22 10:17:28 -0400
commitc019a1fa444dee9f0cd69691fe5b2566293c2130 (patch)
tree37cf1615ea0546f6a443538d156e815124728a62 /tox.ini
parentfc458a58c4b27e98c044084c4b79898e3ba6fb9f (diff)
downloadstevedore-c019a1fa444dee9f0cd69691fe5b2566293c2130.tar.gz
add pypy to default test env list
Change-Id: I1fba36e54850c18fdb2720377566ad43ee5b8661
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 e2da5f8..92c44f6 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py26,py27,py32,py33,style,docs
+envlist = py26,py27,py32,py33,pypy,style,docs
[testenv]
# tox passes --pre to pip by default, but we don't want that