Removed configuration check from pep8 tests

Change-Id: Ie6b5c402b9f454f7a39c86863ef9ad3f0d8f4824
This commit is contained in:
Stéphane Albert 2014-11-26 11:05:26 +01:00
parent 4cef79f3a8
commit b542fda70d

View File

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