File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 61
61
- OPENBLAS_NUM_THREADS=1
62
62
- NPROC=2
63
63
- RUN_PEP8=
64
+ - RUN_FLAKE8=
64
65
- PYTEST_ARGS="-rawR --maxfail=50 --timeout=300 --durations=25 --cov-report= --cov=lib -n $NPROC"
65
66
- PYTHON_ARGS=
66
67
- DELETE_FONT_CACHE=
@@ -82,7 +83,7 @@ matrix:
82
83
- python : 3.5
83
84
env : PYTHON_ARGS=-OO
84
85
- 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
86
87
- python : " nightly"
87
88
env : PRE=--pre
88
89
- os : osx
Original file line number Diff line number Diff line change @@ -7,8 +7,9 @@ markers =
7
7
network: Mark a test that uses the network.
8
8
style: Set alternate Matplotlib style temporarily.
9
9
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
12
13
13
14
tools/boilerplate.py E501
14
15
setup.py E402
You can’t perform that action at this time.
0 commit comments