Merge "Add Python 3 Train unit tests"

This commit is contained in:
Zuul 2019-07-16 03:52:01 +00:00 committed by Gerrit Code Review
commit 701f1c86c3
2 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@
- project:
templates:
- openstack-python-jobs-neutron
- openstack-python36-jobs-neutron
- openstack-python3-train-jobs-neutron
- openstack-python3-train-jobs
- check-requirements
- publish-openstack-docs-pti

View File

@ -1,6 +1,6 @@
[tox]
minversion = 2.0
envlist = py36,py37,py27,pypy,pep8
envlist = py27,py37,pypy,pep8
skipsdist = True
[testenv]