Add py38-dev job to Travis

This commit is contained in:
Bruno Oliveira 2019-02-06 13:11:00 -02:00
parent c780d1fa7c
commit 0c5e717f43
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-pluggymaster PYTEST_NO_COVERAGE=1
- TOXENV=py37-freeze PYTEST_NO_COVERAGE=1 - TOXENV=py37-freeze PYTEST_NO_COVERAGE=1
matrix:
allow_failures:
- python: '3.8-dev'
env: TOXENV=py38
jobs: jobs:
include: include:
# Coverage tracking is slow with pypy, skip it. # Coverage tracking is slow with pypy, skip it.
@ -35,6 +40,8 @@ jobs:
python: '3.5' python: '3.5'
- env: TOXENV=py36 - env: TOXENV=py36
python: '3.6' python: '3.6'
- env: TOXENV=py38
python: '3.8-dev'
- env: TOXENV=py37 - env: TOXENV=py37
- &test-macos - &test-macos
language: generic language: generic

View File

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