Skip to content

Commit ecee573

Browse files
committed
test on 3.8
1 parent 3f17c02 commit ecee573

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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

4451
before_install:
4552
- .build/choose_gcc.sh 8

appveyor.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

1518
init:
1619
- set PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%

0 commit comments

Comments
 (0)