Add Zuul jobs
Change-Id: I0d8c56314d9f81c6b332ab98676ab5a32979cba0
This commit is contained in:
parent
fd1cbad65b
commit
4b329d05d7
7
.zuul.yaml
Normal file
7
.zuul.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
- project:
|
||||
name: x/whitebox-tempest-plugin
|
||||
templates:
|
||||
- openstack-python-jobs
|
||||
- openstack-python35-jobs
|
||||
- openstack-python36-jobs
|
||||
- openstack-python37-jobs
|
6
tox.ini
6
tox.ini
@ -1,6 +1,6 @@
|
||||
[tox]
|
||||
minversion = 2.3.1
|
||||
envlist = linters,py27,py35
|
||||
envlist = pep8,py{27,35,36,37}
|
||||
skipsdist = True
|
||||
|
||||
[testenv]
|
||||
@ -16,7 +16,7 @@ commands =
|
||||
find . -type f -name "*.pyc" -delete
|
||||
stestr run {posargs}
|
||||
|
||||
[testenv:linters]
|
||||
[testenv:pep8]
|
||||
commands =
|
||||
flake8 {posargs}
|
||||
|
||||
@ -27,4 +27,4 @@ show-source = True
|
||||
exclude = .git,.venv,.tox,dist,doc,*egg
|
||||
|
||||
[hacking]
|
||||
local-check-factory = tempest.hacking.checks.factory
|
||||
local-check-factory = tempest.hacking.checks.factory
|
||||
|
Loading…
Reference in New Issue
Block a user