Update Travis matrix to allow failures on Django master

Signed-off-by: Aleksi Häkli <aleksi.hakli@iki.fi>
This commit is contained in:
Aleksi Häkli 2019-02-23 21:08:39 +02:00
parent c1ac9de894
commit d5261f6a7f
No known key found for this signature in database
GPG key ID: 3E7146964D726BBE
2 changed files with 5 additions and 2 deletions

View file

@ -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:

View file

@ -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