From 29a95f036931e09a4e0bec4529330ec972ed5602 Mon Sep 17 00:00:00 2001 From: Peter Bittner Date: Mon, 8 Apr 2019 22:05:14 +0200 Subject: [PATCH] Allow Bandit to fail (for now) on Travis --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index f9b5e00..50ebdc3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 }