Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8f50633 + 209a690 commit 2f1608dCopy full SHA for 2f1608d
.appveyor.yml
@@ -12,7 +12,7 @@ environment:
12
13
global:
14
PYTHONIOENCODING: UTF-8
15
- PYTEST_ARGS: -rawR --numprocesses=auto --timeout=300 --durations=25
+ PYTEST_ARGS: -raR --numprocesses=auto --timeout=300 --durations=25
16
--cov-report= --cov=lib -m "not network"
17
18
matrix:
.travis.yml
@@ -63,7 +63,7 @@ env:
63
- NPROC=2
64
- OPENBLAS_NUM_THREADS=1
65
- PYTHONFAULTHANDLER=1
66
- - PYTEST_ADDOPTS="-rawR --maxfail=50 --timeout=300 --durations=25 --cov-report= --cov=lib -n $NPROC"
+ - PYTEST_ADDOPTS="-raR --maxfail=50 --timeout=300 --durations=25 --cov-report= --cov=lib -n $NPROC"
67
- RUN_FLAKE8=
68
69
0 commit comments