Skip to content

Commit 52d4975

Browse files
authored
Merge pull request #4731 from nicoddemus/travis-py38
Add py38-dev job to Travis
2 parents 678dfaa + 0c5e717 commit 52d4975

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.travis.yml

+7
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ env:
2323
- TOXENV=py37-pluggymaster PYTEST_NO_COVERAGE=1
2424
- TOXENV=py37-freeze PYTEST_NO_COVERAGE=1
2525

26+
matrix:
27+
allow_failures:
28+
- python: '3.8-dev'
29+
env: TOXENV=py38
30+
2631
jobs:
2732
include:
2833
# Coverage tracking is slow with pypy, skip it.
@@ -35,6 +40,8 @@ jobs:
3540
python: '3.5'
3641
- env: TOXENV=py36
3742
python: '3.6'
43+
- env: TOXENV=py38
44+
python: '3.8-dev'
3845
- env: TOXENV=py37
3946
- &test-macos
4047
language: generic

tox.ini

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ envlist =
99
py35
1010
py36
1111
py37
12+
py38
1213
pypy
1314
{py27,py37}-{pexpect,xdist,trial,numpy,pluggymaster}
1415
py27-nobyte

0 commit comments

Comments
 (0)