Add Python 3 Train unit tests

This is a mechanically generated patch to ensure unit testing is in place
for all of the Tested Runtimes for Train.

See the Train python3-updates goal document for details:
https://governance.openstack.org/tc/goals/train/python3-updates.html

Change-Id: I15fca9607c86fe763b009033a92a357d8e6c895b
Story: #2005924
Task: #34228
This commit is contained in:
Corey Bryant 2019-07-12 14:29:42 -04:00
parent f29aba7672
commit cb8684cb19
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
- project:
templates:
- python-charm-jobs
- openstack-python36-jobs
- openstack-python3-train-jobs

View File

@ -1,5 +1,5 @@
[tox]
envlist = pep8,py27,py36,py37
envlist = pep8,py27,py37
skipsdist = True
skip_missing_interpreters = True