Merge "Add Python 3 Train unit tests"

This commit is contained in:
Zuul 2019-08-13 17:10:41 +00:00 committed by Gerrit Code Review
commit 3d801b9c63
3 changed files with 7 additions and 1 deletions

View File

@ -1,4 +1,5 @@
- project:
templates:
- python35-charm-jobs
- openstack-python3-train-jobs
- openstack-cover-jobs

View File

@ -11,6 +11,11 @@ classifier =
Intended Audience :: System Administrators
License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
[nosetests]
verbosity=1

View File

@ -2,7 +2,7 @@
# This file is managed centrally by release-tools and should not be modified
# within individual charm repos.
[tox]
envlist = pep8,py27,py35
envlist = pep8,py27,py37
skipsdist = True
[testenv]