Rename tox job flake8 -> pep8 as per OpenStack standart

This commit is contained in:
Dmitry Tantsur 2014-11-10 14:14:59 +01:00
parent 8fac33fade
commit 2e4db6e1db
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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