From 0f1895809960f76948204ec8ccf70060ecb9ede8 Mon Sep 17 00:00:00 2001 From: Johannes Hoppe Date: Sat, 18 Aug 2018 14:36:06 +0200 Subject: [PATCH] Add Python 3.7 support (#502) --- .travis.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.travis.yml b/.travis.yml index 33d7447e..dc913ff0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,6 @@ language: python +sudo: true +dist: xenial cache: - apt - pip @@ -13,6 +15,7 @@ addons: - graphviz python: - "3.6" + - "3.7" env: matrix: - DJANGO=111 @@ -25,6 +28,13 @@ matrix: fast_finish: true allow_failures: - env: DJANGO=master + exclude: + - python: "3.7" + env: TOXENV=docs + - python: "3.7" + env: DJANGO=111 + - python: "3.6" + env: TOXENV=qa install: - pip install --upgrade pip tox - pip install -U codecov