Skip to content

Commit f18ff3d

Browse files
committed
Travis: PYTEST_ADDOPTS=-vv
1 parent dbf31b6 commit f18ff3d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ python:
1111
install:
1212
- python -m pip install --upgrade --pre tox
1313
env:
14+
global:
15+
- PYTEST_ADDOPTS=-vv
1416
matrix:
1517
# Specialized factors for py27.
1618
- TOXENV=py27-nobyte PYTEST_COVERAGE=1
@@ -37,7 +39,7 @@ jobs:
3739
- test $(python -c 'import sys; print("%d%d" % sys.version_info[0:2])') = 37
3840

3941
- stage: baseline
40-
- env: TOXENV=py37-pexpect-xdist PYTEST_COVERAGE=1
42+
env: TOXENV=py37-pexpect-xdist PYTEST_COVERAGE=1
4143

4244
- stage: deploy
4345
python: '3.6'

0 commit comments

Comments
 (0)