Rename tox job flake8 -> pep8 as per OpenStack standart
This commit is contained in:
parent
8fac33fade
commit
2e4db6e1db
@ -3,7 +3,7 @@ python: 2.7
|
||||
env:
|
||||
- TOX_ENV=py27
|
||||
- TOX_ENV=py33
|
||||
- TOX_ENV=flake8
|
||||
- TOX_ENV=pep8
|
||||
install:
|
||||
- sudo pip install tox
|
||||
script: tox -e $TOX_ENV
|
||||
|
4
tox.ini
4
tox.ini
@ -1,5 +1,5 @@
|
||||
[tox]
|
||||
envlist = py27,py33,flake8
|
||||
envlist = py27,py33,pep8
|
||||
|
||||
[testenv]
|
||||
usedevelop = True
|
||||
@ -11,7 +11,7 @@ commands =
|
||||
coverage run --branch --include "ironic_discoverd*" ironic_discoverd/test.py
|
||||
coverage report -m --fail-under 80
|
||||
|
||||
[testenv:flake8]
|
||||
[testenv:pep8]
|
||||
basepython = python2.7
|
||||
deps =
|
||||
-rrequirements.txt
|
||||
|
Loading…
x
Reference in New Issue
Block a user