Add missing py37 toxenv and corrected default envlist

* Change order of default tox envlist in order of likeliness to fail
on a new change (fail-fast strategy).
* Remove pypy from envlist as it was not tested on CI, tox default
set of environment should match CI
* Adds py37 to spot possible breakers like dropping relative imports

Change-Id: I4f4abce84f968ff0715abcb5d04fc0014f131fee
This commit is contained in:
Sorin Sbarnea 2018-11-13 11:14:56 +00:00
parent 2a2fe4f58c
commit d5b16b5ca5
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[tox]
minversion = 2.0
envlist = py35,py27,pypy,pep8
envlist = pep8,py37,py36,py35,py27
skipsdist = True
[testenv]

View File

@ -7,6 +7,7 @@
- openstack-python-jobs
- openstack-python35-jobs
- openstack-python36-jobs
- openstack-python37-jobs
- check-requirements
- openstackclient-plugin-jobs
- release-notes-jobs-python3