File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -26,13 +26,20 @@ jobs:
2626 env : TOXENV=py38-xdist
2727 python : ' 3.8'
2828
29+ # Run also non-verbosely, to gain coverage
30+ - env : TOXENV=py38-xdist PYTEST_ADDOPTS=""
31+ python : ' 3.8'
32+
2933 - env : TOXENV=py27-xdist
3034 python : ' 2.7'
3135
3236 - stage : tests
3337 env : TOXENV=py37-numpy-pexpect-twisted
3438 python : ' 3.7.4'
3539
40+ - env : TOXENV=py37-pexpect,py37-twisted
41+ python : ' 3.7.4'
42+
3643 - env : TOXENV=py36-xdist PYTEST_REORDER_TESTS=0
3744 python : ' 3.6.9'
3845
@@ -57,7 +64,7 @@ before_script:
5764 export _PYTEST_TOX_COVERAGE_RUN="coverage run -m"
5865 export _PYTEST_TOX_EXTRA_DEP=coverage-enable-subprocess
5966 fi
60- script : env COLUMNS=120 python -m tox -vv
67+ script : env COLUMNS=120 python -m tox
6168
6269after_success :
6370 - |
You can’t perform that action at this time.
0 commit comments