Skip to content

Commit b48a8b2

Browse files
committed
Travis: use xdist for macos builds
1 parent c3c2e88 commit b48a8b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ jobs:
5252
sudo: required
5353
install:
5454
- python -m pip install --pre tox
55-
env: TOXENV=py27-lsof
55+
env: TOXENV=py27-xdist
5656
- <<: *test-macos
57-
env: TOXENV=py37-lsof
57+
env: TOXENV=py37-xdist
5858
before_install:
5959
- brew update
6060
- brew upgrade python

0 commit comments

Comments
 (0)