Skip to content

Commit

Permalink
Travis: use xdist for py?? envs, keeping py27/py37
Browse files Browse the repository at this point in the history
  • Loading branch information
blueyed committed Feb 13, 2019
1 parent f672b7e commit 266f5bf
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,33 +26,33 @@ env:
matrix:
allow_failures:
- python: '3.8-dev'
env: TOXENV=py38
env: TOXENV=py38-xdist

jobs:
include:
# Coverage tracking is slow with pypy, skip it.
- env: TOXENV=pypy PYTEST_NO_COVERAGE=1
python: 'pypy-5.4'
dist: trusty
- env: TOXENV=py34
- env: TOXENV=py34-xdist
python: '3.4'
- env: TOXENV=py35
- env: TOXENV=py35-xdist
python: '3.5'
- env: TOXENV=py36
- env: TOXENV=py36-xdist
python: '3.6'
- env: TOXENV=py38
- env: TOXENV=py38-xdist
python: '3.8-dev'
- env: TOXENV=py37
- env: TOXENV=py37-xdist
- &test-macos
language: generic
os: osx
osx_image: xcode9.4
sudo: required
install:
- python -m pip install --pre tox
env: TOXENV=py27
env: TOXENV=py27-xdist
- <<: *test-macos
env: TOXENV=py37
env: TOXENV=py37-xdist
before_install:
- brew update
- brew upgrade python
Expand All @@ -61,7 +61,7 @@ jobs:

- stage: baseline
env: TOXENV=py27-pexpect,py27-trial,py27-numpy
- env: TOXENV=py37-xdist
- env: TOXENV=py37
- env: TOXENV=linting,docs,doctesting
python: '3.7'

Expand Down

0 comments on commit 266f5bf

Please sign in to comment.