File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 6161 - OPENBLAS_NUM_THREADS=1
6262 - NPROC=2
6363 - RUN_PEP8=
64+ - RUN_FLAKE8=
6465 - PYTEST_ARGS="-rawR --maxfail=50 --timeout=300 --durations=25 --cov-report= --cov=lib -n $NPROC"
6566 - PYTHON_ARGS=
6667 - DELETE_FONT_CACHE=
@@ -82,7 +83,7 @@ matrix:
8283 - python : 3.5
8384 env : PYTHON_ARGS=-OO
8485 - python : 3.6
85- env : DELETE_FONT_CACHE=1 PANDAS='pandas<0.21.0' PYTEST_PEP8=pytest-pep8 RUN_PEP8 =--pep8
86+ env : DELETE_FONT_CACHE=1 PANDAS='pandas<0.21.0' PYTEST_PEP8=pytest-flake8 RUN_FLAKE8 =--flake8
8687 - python : " nightly"
8788 env : PRE=--pre
8889 - os : osx
Original file line number Diff line number Diff line change @@ -7,8 +7,9 @@ markers =
77 network: Mark a test that uses the network.
88 style: Set alternate Matplotlib style temporarily.
99
10- pep8ignore =
11- * E111 E114 E115 E116 E121 E122 E123 E124 E125 E126 E127 E128 E129 E131 E226 E240 E241 E242 E243 E244 E245 E246 E247 E248 E249 E265 E266 E704 W503
10+ flake8-max-line-length = 80
11+ flake8-ignore =
12+ *.py E114 E116 E122 E127 E128 E129 E131 E202 E203 E225 E261 E265 E305 E722 E741 F401 F403 F811 F841
1213
1314 tools/boilerplate.py E501
1415 setup.py E402
You can’t perform that action at this time.
0 commit comments