Skip to content

Commit 518b27e

Browse files
author
shmilylty
committed
Python 3.8 on Xenial Linux
1 parent 8148c56 commit 518b27e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ matrix:
1212
- name: "Python 3.7 on Xenial Linux"
1313
python: 3.7 # this works for Linux but is ignored on macOS or Windows
1414
dist: xenial # required for Python >= 3.7
15+
- name: "Python 3.8 on Xenial Linux"
16+
python: 3.8-dev # this works for Linux but is ignored on macOS or Windows
17+
dist: xenial # required for Python >= 3.7
1518
- name: "Python 3.7 on macOS"
1619
os: osx
1720
osx_image: xcode10.2 # Python 3.7 running on macOS 10.14.3

0 commit comments

Comments
 (0)