add pypy to default test env list

Change-Id: I1fba36e54850c18fdb2720377566ad43ee5b8661
This commit is contained in:
Doug Hellmann 2013-09-22 10:17:28 -04:00
parent fc458a58c4
commit c019a1fa44

View File

@ -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