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.
1 parent dbf31b6 commit f18ff3dCopy full SHA for f18ff3d
.travis.yml
@@ -11,6 +11,8 @@ python:
11
install:
12
- python -m pip install --upgrade --pre tox
13
env:
14
+ global:
15
+ - PYTEST_ADDOPTS=-vv
16
matrix:
17
# Specialized factors for py27.
18
- TOXENV=py27-nobyte PYTEST_COVERAGE=1
@@ -37,7 +39,7 @@ jobs:
37
39
- test $(python -c 'import sys; print("%d%d" % sys.version_info[0:2])') = 37
38
40
41
- stage: baseline
- - env: TOXENV=py37-pexpect-xdist PYTEST_COVERAGE=1
42
+ env: TOXENV=py37-pexpect-xdist PYTEST_COVERAGE=1
43
44
- stage: deploy
45
python: '3.6'
0 commit comments