File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,9 @@ matrix:
2828 - os : linux
2929 language : python
3030 python : " 3.7"
31+ - os : linux
32+ language : python
33+ python : " 3.8"
3134 - os : osx
3235 osx_image : xcode11
3336 language : generic
@@ -40,6 +43,10 @@ matrix:
4043 osx_image : xcode11
4144 language : generic
4245 env : TRAVIS_PYTHON_VERSION="3.7"
46+ - os : osx
47+ osx_image : xcode11
48+ language : generic
49+ env : TRAVIS_PYTHON_VERSION="3.8"
4350
4451before_install :
4552 - .build/choose_gcc.sh 8
Original file line number Diff line number Diff line change @@ -11,6 +11,9 @@ environment:
1111 - ARCHITECTURE : " x64"
1212 PYTHON_VERSION : " 3.7"
1313 PYTHON : " C:\\ Python37-x64"
14+ - ARCHITECTURE : " x64"
15+ PYTHON_VERSION : " 3.8"
16+ PYTHON : " C:\\ Python37-x64"
1417
1518init :
1619 - set PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%
You can’t perform that action at this time.
0 commit comments