Merge "Zuul: test with Python 3.6 as well" into develop

This commit is contained in:
Jan Kundrát
2020-05-23 09:03:20 +00:00
committed by Gerrit Code Review
2 changed files with 3 additions and 1 deletions

View File

@@ -14,8 +14,10 @@
- tox-linters-diff: - tox-linters-diff:
voting: false voting: false
- tox-docs - tox-docs
- tox-py36
- tox-py37-cover-previous - tox-py37-cover-previous
gate: gate:
jobs: jobs:
- tox-py36
- tox-py37 - tox-py37
- tox-docs - tox-docs

View File

@@ -1,5 +1,5 @@
[tox] [tox]
envlist = py37 envlist = py36,py37
skipsdist = True skipsdist = True
[testenv] [testenv]