File tree 3 files changed +5
-6
lines changed
3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 63
63
- NPROC=2
64
64
- OPENBLAS_NUM_THREADS=1
65
65
- PYTHONFAULTHANDLER=1
66
- - PYTEST_ADDOPTS="-rawR --maxfail=50 --timeout=300 --durations=25 --cov-report= --cov=lib -n $NPROC"
67
- - RUN_PEP8=
66
+ - PYTEST_ADDOPTS="-rawR --maxfail=50 --timeout=350 --durations=25 --cov-report= --cov=lib -n $NPROC"
68
67
69
68
matrix :
70
69
include :
@@ -78,7 +77,7 @@ matrix:
78
77
- python : 3.6
79
78
env :
80
79
- DELETE_FONT_CACHE=1
81
- - PYTEST_ADDOPTS="$PYTEST_ADDOPTS --pep8 "
80
+ - PYTEST_ADDOPTS="$PYTEST_ADDOPTS --flake8 "
82
81
- EXTRAREQS='-r requirements/testing/travis36.txt'
83
82
- python : " nightly"
84
83
env : PRE=--pre
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ 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-ignore =
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 E305 E306 E704 E722 E741 F401 F403 F811 F841 W503
12
12
13
13
setup.py E402
14
14
setupext.py E301 E302 E501
Original file line number Diff line number Diff line change 2
2
3
3
pandas<0.21.0
4
4
jupyter
5
- pytest-pep8
5
+ pytest-flake8
You can’t perform that action at this time.
0 commit comments