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 fb12d2a commit 5c5211dCopy full SHA for 5c5211d
.travis.yml
@@ -33,7 +33,7 @@ jobs:
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-xdist
+ env: TOXENV=py37-pexpect-xdist PYTEST_COVERAGE=1
37
before_install:
38
- which python3
39
- python3 -V
0 commit comments