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:
voting: false
- tox-docs
- tox-py36
- tox-py37-cover-previous
gate:
jobs:
- tox-py36
- tox-py37
- tox-docs

View File

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