Switch py27 job to py36

Change-Id: I1633b3cccced0b37de667ff6d440f39ebe66fccc
This commit is contained in:
Akihiro Motoki 2019-05-05 02:27:24 +09:00
parent e532cd1d2e
commit 635de2f087
2 changed files with 3 additions and 3 deletions

View File

@ -3,13 +3,13 @@
- openstack-specs-jobs
check:
jobs:
- openstack-tox-py27:
- openstack-tox-py36:
# Override default list of files since the default
# ignores .rst files but we need to test .rst files here.
irrelevant-files:
- ^releasenotes/.*$
gate:
jobs:
- openstack-tox-py27:
- openstack-tox-py36:
irrelevant-files:
- ^releasenotes/.*$

View File

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