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 c3ff708 commit c31753eCopy full SHA for c31753e
.travis.yml
@@ -21,12 +21,14 @@ jobs:
21
os: osx
22
osx_image: xcode10.1
23
language: generic
24
- env: TOXENV=py27-xdist
+ # Coverage for:
25
+ # - py2 with symlink in test_cmdline_python_package_symlink.
26
+ env: TOXENV=py27-xdist PYTEST_COVERAGE=1
27
before_install:
28
- python -V
29
- test $(python -c 'import sys; print("%d%d" % sys.version_info[0:2])') = 27
30
- <<: *test-macos
- env: TOXENV=py37-xdist PYTEST_COVERAGE=1
31
+ env: TOXENV=py37-xdist
32
33
- which python3
34
- python3 -V
0 commit comments