From 6002dfca793a82d6acb67b047ba6d797ef9e8700 Mon Sep 17 00:00:00 2001 From: cclauss Date: Fri, 5 Jul 2019 06:27:40 +0200 Subject: [PATCH] Travis CI: Add Python 3.7 to the testing --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index dcd2f41..cbde819 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 \ No newline at end of file + - codecov