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