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 65f725d commit ed6359dCopy full SHA for ed6359d
.travis.yml
@@ -28,12 +28,12 @@ jobs:
28
language: generic
29
# Coverage for:
30
# - py2 with symlink in test_cmdline_python_package_symlink.
31
- env: TOXENV=py27-pexpect PYTEST_COVERAGE=1
+ env: TOXENV=py27-pexpect-xdist PYTEST_COVERAGE=1
32
before_install:
33
- python -V
34
- test $(python -c 'import sys; print("%d%d" % sys.version_info[0:2])') = 27
35
- <<: *test-macos
36
- env: TOXENV=py37-pexpect
+ env: TOXENV=py37-pexpect-xdist PYTEST_COVERAGE=1
37
38
- which python3
39
- python3 -V
0 commit comments