From d5261f6a7f8f5ef528a2a33ce9f284290b60fb3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleksi=20H=C3=A4kli?= Date: Sat, 23 Feb 2019 21:08:39 +0200 Subject: [PATCH] Update Travis matrix to allow failures on Django master MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aleksi Häkli --- .travis.yml | 5 +++++ tox.ini | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index f5e6795..156f821 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,11 @@ matrix: exclude: - python: 3.5 env: DJANGO=master + allow_failures: + - python: 3.6 + env: DJANGO=master + - python: 3.7 + env: DJANGO=master install: pip install tox-travis codecov script: tox after_success: diff --git a/tox.ini b/tox.ini index b277f1f..41cbb02 100644 --- a/tox.ini +++ b/tox.ini @@ -24,8 +24,6 @@ deps = django21: django>=2.1,<2.2 djangomaster: https://github.com/django/django/archive/master.tar.gz usedevelop = True -ignore_outcome = - djangomaster: True commands = pytest prospector