Skip to content

Commit 7fd8bbf

Browse files
committed
Add a non-verbose env
1 parent df7ca6e commit 7fd8bbf

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.travis.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff 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

6269
after_success:
6370
- |

0 commit comments

Comments
 (0)