change envlist to handle pypy errors and db errors

Change-Id: Idc5da870d1ed74bbe190852f38ea43481a85ee22
This commit is contained in:
Travis Tripp 2014-03-12 21:09:07 +00:00
parent a963904484
commit 20884bd16c
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[tox]
minversion = 1.6
envlist = py26,py27,py33,pypy,pep8
envlist = py33,py27,py26,pep8
skipsdist = True
[testenv]
@ -28,4 +28,4 @@ commands = python setup.py testr --coverage --testr-args='{posargs}'
show-source = True
ignore = E123,E125,H803
builtins = _
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build