Travis CI: Add Python 3.7 to the testing

sh_branch
cclauss 7 years ago committed by GitHub
parent da741da457
commit 6002dfca79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,6 +2,10 @@ language: python
python:
- "3.5"
- "3.6"
matrix:
include:
- python: "3.7"
dist: xenial
services:
- mysql
env:
@ -29,4 +33,4 @@ script:
- coverage run manage.py test
after_success:
- coveralls
- codecov
- codecov

Loading…
Cancel
Save