mirror of
https://github.com/jazzband/django-axes.git
synced 2026-05-28 08:48:19 +00:00
Merge pull request #407 from jazzband/travis
Update Travis matrix to allow failures on Django master
This commit is contained in:
commit
b04f11fc1f
2 changed files with 5 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
2
tox.ini
2
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue