Merge "Move pylint dep from tox.ini to test-requirements"
This commit is contained in:
@@ -20,3 +20,4 @@ oslotest>=1.5.1 # Apache-2.0
|
||||
os-testr>=0.1.0
|
||||
tempest-lib>=0.6.1
|
||||
ddt>=0.7.0
|
||||
pylint==1.4.4 # GNU GPL v2
|
||||
|
||||
3
tox.ini
3
tox.ini
@@ -78,14 +78,13 @@ downloadcache = ~/cache/pip
|
||||
basepython = python2.7
|
||||
deps =
|
||||
{[testenv]deps}
|
||||
pylint
|
||||
commands=
|
||||
# If it is easier to add a check via a shell script, consider adding it in this file
|
||||
sh ./tools/misc-sanity-checks.sh
|
||||
{toxinidir}/tools/check_unit_test_structure.sh
|
||||
# Checks for coding and style guidelines
|
||||
flake8
|
||||
# sh ./tools/coding-checks.sh --pylint '{posargs}'
|
||||
sh ./tools/coding-checks.sh --pylint '{posargs}'
|
||||
neutron-db-manage --config-file neutron/tests/etc/neutron.conf check_migration
|
||||
whitelist_externals =
|
||||
sh
|
||||
|
||||
Reference in New Issue
Block a user