Merge "Change python3.5 job to python3.7 job on Stein+"

This commit is contained in:
Zuul 2019-02-19 17:36:34 +00:00 committed by Gerrit Code Review
commit fa57185b4b
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
templates:
- publish-openstack-docs-pti
- openstack-python-jobs
- openstack-python35-jobs
- openstack-python37-jobs
- check-requirements
- release-notes-jobs-python3
- periodic-stable-jobs

View File

@ -1,6 +1,6 @@
[tox]
minversion = 1.8
envlist = py35,py27,pep8
envlist = py37,py27,pep8
skipsdist = True
[testenv]