mirror of
https://github.com/jazzband/django-analytical.git
synced 2026-03-16 22:20:25 +00:00
Allow Bandit to fail (for now) on Travis
This commit is contained in:
parent
3680872619
commit
29a95f0369
1 changed files with 2 additions and 0 deletions
|
|
@ -15,6 +15,8 @@ env:
|
|||
- DJANGO=2.2
|
||||
|
||||
matrix:
|
||||
allow_failures:
|
||||
- env: TOXENV=bandit
|
||||
exclude:
|
||||
# Python/Django combinations that aren't officially supported
|
||||
- { env: DJANGO=1.11, python: 3.7 }
|
||||
|
|
|
|||
Loading…
Reference in a new issue