We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8148c56 commit 518b27eCopy full SHA for 518b27e
.travis.yml
@@ -12,6 +12,9 @@ matrix:
12
- name: "Python 3.7 on Xenial Linux"
13
python: 3.7 # this works for Linux but is ignored on macOS or Windows
14
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
18
- name: "Python 3.7 on macOS"
19
os: osx
20
osx_image: xcode10.2 # Python 3.7 running on macOS 10.14.3
0 commit comments