use pytest-flake8 plugin

master
Justin Riley 2016-08-03 00:44:16 -04:00
parent e411bb7a8a
commit d57ca4efa8
2 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,7 @@ exclude =
dist
[pytest]
addopts = -v --cov=onedns --cov-report term-missing
addopts = -v --cov=onedns --cov-report term-missing --flake8
[coverage:run]
omit = onedns/tests/*

View File

@ -29,6 +29,7 @@ setup(
tests_require=[
"pytest>=2.9.2",
"pytest-cov>=2.3.0",
"pytest-flake8>=0.6",
"testfixtures>=4.10.0",
"vcrpy>=1.9.0",
"mock>=2.0.0",