Skip to content

Commit 123e16e

Browse files
committed
Removed -xdist on travis envs py3{4,6,8} and pypy{3} since they do not exist in tox.ini and are failing with InterpreterNotFound errors
1 parent fa20313 commit 123e16e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.travis.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,12 @@ jobs:
4949
python: '3.7'
5050

5151
# Coverage tracking is slow with pypy, skip it.
52-
- env: TOXENV=pypy-xdist
52+
- env: TOXENV=pypy
5353
python: 'pypy'
54-
- env: TOXENV=pypy3-xdist
54+
- env: TOXENV=pypy3
5555
python: 'pypy3'
5656

57-
- env: TOXENV=py34-xdist
57+
- env: TOXENV=py34
5858
python: '3.4'
5959
- env: TOXENV=py35-xdist
6060
python: '3.5'
@@ -80,7 +80,7 @@ jobs:
8080
- env: TOXENV=py37-freeze
8181

8282
# Jobs only run via Travis cron jobs (currently daily).
83-
- env: TOXENV=py38-xdist
83+
- env: TOXENV=py38
8484
python: '3.8-dev'
8585
if: type = cron
8686

@@ -90,7 +90,7 @@ jobs:
9090
env: TOXENV=py27-pexpect,py27-twisted PYTEST_COVERAGE=1
9191
python: '2.7'
9292
# Use py36 here for faster baseline.
93-
- env: TOXENV=py36-xdist
93+
- env: TOXENV=py36
9494
python: '3.6'
9595
- env: TOXENV=linting,docs,doctesting PYTEST_COVERAGE=1
9696
cache:
@@ -123,8 +123,8 @@ jobs:
123123

124124
matrix:
125125
allow_failures:
126-
- python: '3.8-dev'
127-
env: TOXENV=py38-xdist
126+
- env: TOXENV=py38
127+
python: '3.8-dev'
128128
# Temporary (https://github.com/pytest-dev/pytest/pull/5334).
129129
- env: TOXENV=pypy3-xdist
130130
python: 'pypy3'

0 commit comments

Comments
 (0)