Change py3 testing to py36
The py35 env is unhappy on bionic. So we either need to update that to use xenial nodes - or just update to 3.6 which is better anyway. Change-Id: Id2116657b9f497e213818bd905db7485c915ec0d
This commit is contained in:
parent
07098d17ba
commit
31365bdcf9
@ -16,18 +16,16 @@
|
|||||||
- tox-pep8
|
- tox-pep8
|
||||||
- tox-py27:
|
- tox-py27:
|
||||||
timeout: 6000
|
timeout: 6000
|
||||||
- tox-py35:
|
- tox-py36:
|
||||||
timeout: 6000
|
timeout: 6000
|
||||||
nodeset: ubuntu-xenial
|
|
||||||
gate:
|
gate:
|
||||||
jobs:
|
jobs:
|
||||||
- storyboard-tox-sqlite
|
- storyboard-tox-sqlite
|
||||||
- tox-pep8
|
- tox-pep8
|
||||||
- tox-py27:
|
- tox-py27:
|
||||||
timeout: 6000
|
timeout: 6000
|
||||||
- tox-py35:
|
- tox-py36:
|
||||||
timeout: 6000
|
timeout: 6000
|
||||||
nodeset: ubuntu-xenial
|
|
||||||
post:
|
post:
|
||||||
jobs:
|
jobs:
|
||||||
- publish-openstack-python-branch-tarball
|
- publish-openstack-python-branch-tarball
|
||||||
|
Loading…
x
Reference in New Issue
Block a user