Skip to content

Commit 4e249da

Browse files
committed
Enable Python 3.8-dev testing on Travis
1 parent 540c17b commit 4e249da

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
language: python
2+
dist: xenial
23

34
install:
45
- pip install -U pip
@@ -27,8 +28,8 @@ jobs:
2728
env: TOXENV=py36
2829
- python: '3.7'
2930
env: TOXENV=py37
30-
sudo: required
31-
dist: xenial
31+
- python: '3.8-dev'
32+
env: TOXENV=py38
3233
- python: '3.6'
3334
env: TOXENV=linting
3435
- python: '3.6'

0 commit comments

Comments
 (0)