Merge pull request #4731 from nicoddemus/travis-py38

Add py38-dev job to Travis
This commit is contained in:
Bruno Oliveira 2019-02-06 16:24:07 -02:00 committed by GitHub
commit 52d497570b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

View File

@ -23,6 +23,11 @@ env:
- TOXENV=py37-pluggymaster PYTEST_NO_COVERAGE=1
- TOXENV=py37-freeze PYTEST_NO_COVERAGE=1
matrix:
allow_failures:
- python: '3.8-dev'
env: TOXENV=py38
jobs:
include:
# Coverage tracking is slow with pypy, skip it.
@ -35,6 +40,8 @@ jobs:
python: '3.5'
- env: TOXENV=py36
python: '3.6'
- env: TOXENV=py38
python: '3.8-dev'
- env: TOXENV=py37
- &test-macos
language: generic

View File

@ -9,6 +9,7 @@ envlist =
py35
py36
py37
py38
pypy
{py27,py37}-{pexpect,xdist,trial,numpy,pluggymaster}
py27-nobyte