diff --git a/.travis.yml b/.travis.yml index dcd2f41..422693b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,12 @@ language: python python: - "3.5" - "3.6" +matrix: + include: + - python: "3.7" + dist: xenial + allow_failures: + - python: "3.7" services: - mysql env: @@ -29,4 +35,4 @@ script: - coverage run manage.py test after_success: - coveralls - - codecov \ No newline at end of file + - codecov