TravisCI: use python 3.7 instead of 3.7-dev

This commit is contained in:
mhchia 2020-02-03 16:04:32 +08:00
parent 22963a3099
commit 113696dce2
No known key found for this signature in database
GPG Key ID: 389EFBEA1362589A

View File

@ -5,16 +5,16 @@ matrix:
- python: 3.6-dev
dist: xenial
env: TOXENV=py36-test
- python: 3.7-dev
- python: 3.7
dist: xenial
env: TOXENV=py37-test
- python: 3.7-dev
- python: 3.7
dist: xenial
env: TOXENV=lint
- python: 3.7-dev
- python: 3.7
dist: xenial
env: TOXENV=docs
- python: 3.7-dev
- python: 3.7
dist: xenial
env: TOXENV=py37-interop
sudo: true