Merge "Add Python 3 Train unit tests"

This commit is contained in:
Zuul 2019-08-13 18:12:09 +00:00 committed by Gerrit Code Review
commit c06d14f39b
2 changed files with 2 additions and 1 deletions

View File

@ -2,3 +2,4 @@
templates:
- python-charm-jobs
- openstack-python35-jobs
- openstack-python3-train-jobs

View File

@ -3,7 +3,7 @@
# within individual charm repos.
[tox]
skipsdist = True
envlist = pep8,py3
envlist = pep8,py37
skip_missing_interpreters = True
[testenv]