Allow Bandit to fail (for now) on Travis

This commit is contained in:
Peter Bittner 2019-04-08 22:05:14 +02:00
parent 3680872619
commit 29a95f0369

View file

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