We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41b814a commit 40da2c6Copy full SHA for 40da2c6
.flake8
@@ -0,0 +1,2 @@
1
+[flake8]
2
+ignore = W191,W503
pytest.ini
@@ -1,4 +1,4 @@
[pytest]
norecursedirs=dist build .tox .eggs
3
-addopts=--doctest-modules
+addopts=--doctest-modules --flake8
4
doctest_optionflags=ALLOW_UNICODE ELLIPSIS
setup.py
@@ -36,14 +36,21 @@
36
],
37
extras_require={
38
'testing': [
39
+ # upstream
40
'pytest>=2.8',
41
'pytest-sugar>=0.9.1',
42
'collective.checkdocs',
43
+ 'pytest-flake8',
44
+
45
+ # local
46
47
'docs': [
48
49
'sphinx',
50
'jaraco.packaging>=3.2',
51
'rst.linker>=1.9',
52
53
54
55
},
56
setup_requires=[
0 commit comments