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 b03531c commit 94ac6ebCopy full SHA for 94ac6eb
tox.ini
@@ -17,7 +17,7 @@ commands =
17
py27,py35,py36: pytest -v --cov=numcodecs numcodecs
18
py37: pytest -v --cov=numcodecs --doctest-modules --doctest-glob=*.pyx numcodecs
19
coverage report -m
20
- py37: flake8 --max-line-length=100 numcodecs
+ py37: flake8 numcodecs
21
pip freeze
22
deps =
23
py27: backports.lzma
@@ -31,3 +31,6 @@ deps =
31
-rrequirements_rtfd.txt
32
commands =
33
sphinx-build -W -b html -d {envtmpdir}/doctrees . {envtmpdir}/html
34
+
35
+[flake8]
36
+max-line-length = 100
0 commit comments