Merge "Add Python 3 Train unit tests"

This commit is contained in:
Zuul 2019-08-20 19:21:22 +00:00 committed by Gerrit Code Review
commit f4aa2918e2
3 changed files with 3 additions and 4 deletions

View File

@ -14,9 +14,8 @@
templates:
- openstack-cover-jobs
- openstack-python-jobs
- openstack-python35-jobs
- docs-on-readthedocs
- openstack-python36-jobs
- openstack-python3-train-jobs
vars:
rtd_webhook_id: '38572'
rtd_project_name: 'airship-deckhand'

View File

@ -15,8 +15,8 @@ classifier =
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
[files]
packages =

View File

@ -1,7 +1,7 @@
[tox]
minversion = 2.3.1
skipsdist = True
envlist = py{36,35,27},py{36,35,27}-{postgresql},functional,cover,pep8,bandit,docs
envlist = py{37,36,27},py{37,36,27}-{postgresql},functional,cover,pep8,bandit,docs
[testenv]
usedevelop = True