added pypy to tox

This commit is contained in:
amitgandhinz 2014-08-04 17:59:45 -04:00
parent 2d65a41561
commit f9d1c30bbb
2 changed files with 2 additions and 2 deletions

View File

@ -20,4 +20,4 @@ requests>=1.1
nose nose
nose-exclude nose-exclude
openstack.nose_plugin>=0.7 openstack.nose_plugin>=0.7
coverage coverage

View File

@ -1,6 +1,6 @@
[tox] [tox]
minversion = 1.6 minversion = 1.6
envlist = py26,py27,py33,pep8,cover envlist = py26,py27,py33,pypy,pep8,cover
skipsdist = True skipsdist = True
[testenv] [testenv]