Merge "Add Python 3 Train unit tests"

This commit is contained in:
Zuul 2019-07-22 15:48:22 +00:00 committed by Gerrit Code Review
commit f75c1a8a34
2 changed files with 2 additions and 3 deletions

View File

@ -3,6 +3,5 @@
- check-requirements
- openstack-lower-constraints-jobs
- openstack-python-jobs
- openstack-python36-jobs
- openstack-python37-jobs
- openstack-python3-train-jobs
- release-notes-jobs-python3

View File

@ -1,7 +1,7 @@
[tox]
minversion = 2.5.0
skipsdist = True
envlist = py27,py36,py37,pep8,cover,docs,releasenotes
envlist = py27,py37,pep8,cover,docs,releasenotes
[testenv]
usedevelop = True