Add py38-dev job to Travis
This commit is contained in:
parent
c780d1fa7c
commit
0c5e717f43
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue