Fix tox-py35 job

The job needs to run on Xenial, fix it.

Change-Id: I315ca3c37a517558db795f3aea0bc3bd9a817c40
This commit is contained in:
Andreas Jaeger 2020-01-02 15:55:31 +01:00
parent 2202ec699b
commit 8e35292880
1 changed files with 4 additions and 2 deletions

View File

@ -7,12 +7,14 @@
check:
jobs:
- tox-pep8
- tox-py35
- tox-py35:
nodeset: ubuntu-xenial
- tox-py36:
nodeset: ubuntu-bionic
gate:
jobs:
- tox-pep8
- tox-py35
- tox-py35:
nodeset: ubuntu-xenial
- tox-py36:
nodeset: ubuntu-bionic