Add in support for a tox pypy target

Since our gate has a gate-python-ironicclient-pypy job,
we should support it in our local test environments.

Change-Id: I825a1206e2c653981ceb2cd2ffe65033bc78a6c4
This commit is contained in:
Michael Davies 2015-04-29 13:26:49 +09:30
parent a68770bbb3
commit 0bb42e908b

View File

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