Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit369da09

Browse files
author
cclauss
committed
Restore per-file exceptions, fix test_script.sh
1 parent5c77587 commit369da09

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

‎.travis.yml

Lines changed: 1 addition & 1 deletion
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ markers =
99

1010
flake8-max-line-length = 80
1111
flake8-ignore =
12-
*.pyE114 E116 E122 E127 E128 E129 E131E202 E203 E225 E261E265 E305 E722 E741 F401 F403 F811 F841
12+
* E111E114E115E116E121E122E123 E124 E125 E126E127 E128 E129 E131E226 E240 E241 E242 E243 E244 E245 E246 E247 E248 E249E265E266E305E306 E704E722 E741 F401 F403 F811 F841 W503
1313

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp