Fixed pep8 max line length again..

master
Per A Brodtkorb 8 years ago
parent dbacfd7f68
commit 47e50bc6f6

@ -61,9 +61,6 @@ addopts =
wafo/wave_theory/tests wafo/wave_theory/tests
# wafo/stats/tests # wafo/stats/tests
[pep8]
max_line_length = 100
[pytest] [pytest]
doctest_optionflags = NORMALIZE_WHITESPACE ELLIPSIS doctest_optionflags = NORMALIZE_WHITESPACE ELLIPSIS
# Options for py.test: # Options for py.test:
@ -89,6 +86,7 @@ pep8ignore =
tests/*.py ALL tests/*.py ALL
MSO.py ALL MSO.py ALL
MSPPT.py ALL MSPPT.py ALL
pep8maxlinelength = 100
[aliases] [aliases]
docs = build_sphinx docs = build_sphinx

Loading…
Cancel
Save