Add Python 3.7 to CI.

This commit is contained in:
garenchan 2018-12-23 23:55:42 +08:00 committed by David Lord
parent 215bbf21b5
commit 5008fd8032
3 changed files with 10 additions and 6 deletions

View file

@ -1,13 +1,16 @@
os: linux
dist: xenial
sudo: false
language: python
matrix:
include:
- python: 3.7
env: TOXENV=py,simplejson,devel,lowest,codecov
- python: 3.7
env: TOXENV=docs-html
- python: 3.6
env: TOXENV=py,simplejson,devel,lowest,codecov
- python: 3.6
env: TOXENV=docs-html
- python: 3.5
env: TOXENV=py,codecov
- python: 3.4