From c019a1fa444dee9f0cd69691fe5b2566293c2130 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Sun, 22 Sep 2013 10:17:28 -0400 Subject: [PATCH] add pypy to default test env list Change-Id: I1fba36e54850c18fdb2720377566ad43ee5b8661 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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