Improve travis config

master
chenrui 2020-03-20 22:25:24 -04:00 committed by GitHub
parent 42d5aa597b
commit 70efa3c887
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 1 deletions

View File

@ -1,7 +1,13 @@
dist: bionic
language: python
python:
- "3.6"
- "3.7-dev"
- "3.7"
- "3.8"
cache: pip
matrix:
fast_finish: true
before_install: