Add Python 3.9 for Travis.

pull/493/head
KmolYuan 2020-11-03 18:06:10 +08:00
parent 04d0644376
commit 34ac524a3c
1 changed files with 4 additions and 0 deletions

View File

@ -89,6 +89,8 @@ jobs:
python: "3.7"
- <<: *linux
python: "3.8"
- <<: *linux
python: "3.9"
- &osx
stage: deploy
os: osx
@ -119,6 +121,8 @@ jobs:
env: PYTHON=3.7.0
- <<: *osx
env: PYTHON=3.8.0
- <<: *osx
env: PYTHON=3.9.0
before_cache:
- rm -rf $HOME/.cache/pip/log
cache: