Skip to content

Commit 369da09

Browse files
author
cclauss
committed
Restore per-file exceptions, fix test_script.sh
1 parent 5c77587 commit 369da09

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ env:
6666
- OPENBLAS_NUM_THREADS=1
6767
- PYTHONFAULTHANDLER=1
6868
- RUN_FLAKE8=
69-
- PYTEST_ARGS="-rawR --maxfail=50 --timeout=300 --durations=25 --cov-report= --cov=lib -n $NPROC"
69+
- PYTEST_ARGS="-rawR --maxfail=50 --timeout=350 --durations=25 --cov-report= --cov=lib -n $NPROC"
7070
- PYTHON_ARGS=
7171

7272
matrix:

ci/travis/test_script.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ if [[ $DELETE_FONT_CACHE == 1 ]]; then
1515
rm -rf ~/.cache/matplotlib
1616
fi
1717

18-
echo The following args are passed to pytest $PYTEST_ARGS $RUN_PEP8
18+
echo The following args are passed to pytest $PYTEST_ARGS $RUN_FLAKE8
1919

20-
python -mpytest $PYTEST_ARGS $RUN_PEP8
20+
python -mpytest $PYTEST_ARGS $RUN_FLAKE8

pytest.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ markers =
99

1010
flake8-max-line-length = 80
1111
flake8-ignore =
12-
*.py E114 E116 E122 E127 E128 E129 E131 E202 E203 E225 E261 E265 E305 E722 E741 F401 F403 F811 F841
12+
* 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
1313

1414
tools/boilerplate.py E501
1515
setup.py E402

0 commit comments

Comments
 (0)