Removed configuration check from pep8 tests
Change-Id: Ie6b5c402b9f454f7a39c86863ef9ad3f0d8f4824
This commit is contained in:
parent
4cef79f3a8
commit
b542fda70d
3
tox.ini
3
tox.ini
@ -19,7 +19,6 @@ downloadcache = ~/cache/pip
|
||||
[testenv:pep8]
|
||||
commands =
|
||||
flake8 {posargs} cloudkitty
|
||||
{toxinidir}/tools/config/check_uptodate.sh
|
||||
|
||||
[testenv:cover]
|
||||
setenv = VIRTUAL_ENV={envdir}
|
||||
@ -36,7 +35,7 @@ commands =
|
||||
sitepackages = False
|
||||
envdir = {toxworkdir}/venv
|
||||
commands =
|
||||
bash tools/config/generate_sample.sh -b . -p cloudkitty -o etc/cloudkitty
|
||||
{toxinidir}/tools/config/generate_sample.sh -b . -p cloudkitty -o etc/cloudkitty
|
||||
|
||||
[testenv:docs]
|
||||
commands = python setup.py build_sphinx
|
||||
|
Loading…
x
Reference in New Issue
Block a user