Update tox default env list; add py37 job

Change-Id: Id7807e17c6628124b98bd6a371bf6ac2ebbbd9cc
This commit is contained in:
Tim Burke 2019-02-26 13:41:25 -08:00
parent 7d82e02160
commit df28f6521c
2 changed files with 3 additions and 1 deletions

View File

@ -7,6 +7,7 @@
jobs:
- openstack-tox-py35
- openstack-tox-py36
- openstack-tox-py37
- pyeclib-tox-py27-centos-7
- libec-pyeclib-unit-centos-7
- libec-pyeclib-unit
@ -14,6 +15,7 @@
jobs:
- openstack-tox-py35
- openstack-tox-py36
- openstack-tox-py37
- pyeclib-tox-py27-centos-7
- libec-pyeclib-unit-centos-7
- libec-pyeclib-unit

View File

@ -1,5 +1,5 @@
[tox]
envlist = py27,py35,pep8
envlist = py27,py35,py36,py37,pep8
[testenv]
deps =