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 fc0dc8b commit b2d1117Copy full SHA for b2d1117
.travis.yml
@@ -29,7 +29,7 @@ jobs:
29
# Coverage for:
30
# - py2 with symlink in test_cmdline_python_package_symlink.
31
# - _pytest.unittest._handle_skip (via pexpect).
32
- env: TOXENV=py27-pexpect-xdist
+ env: TOXENV=py27-pexpect-xdist PYTEST_COVERAGE=1
33
before_install:
34
- python -V
35
- test $(python -c 'import sys; print("%d%d" % sys.version_info[0:2])') = 27
0 commit comments