Update Python 3.8 to stable version.

pull/493/head
KmolYuan 2019-10-26 23:29:25 +08:00
parent 700f0106e0
commit 1cd310dabf
1 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@ matrix:
python: "3.7" python: "3.7"
- <<: *linux - <<: *linux
python: "3.8-dev" python: "3.8"
- &osx - &osx
os: osx os: osx
@ -90,7 +90,7 @@ matrix:
env: PYTHON=3.7.0 env: PYTHON=3.7.0
- <<: *osx - <<: *osx
env: PYTHON=3.8-dev env: PYTHON=3.8.0
before_cache: before_cache:
- rm -rf $HOME/.cache/pip/log - rm -rf $HOME/.cache/pip/log