Skip to content

Commit 3aff031

Browse files
committed
disabling Bandit run in Travis pending resolution of https://bugs.launchpad.net/bandit/+bug/1749603
1 parent eb894c5 commit 3aff031

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,9 @@ matrix:
3434
env: TOXENV=py36-accept
3535
- python: 3.6
3636
env: TOXENV=py36-examples
37-
- python: 3.6
38-
env: TOXENV=bandit
37+
# disabling Bandit run in Travis pending resolution of https://bugs.launchpad.net/bandit/+bug/1749603
38+
# - python: 3.6
39+
# env: TOXENV=bandit
3940
- python: 3.6
4041
env: TOXENV=doc8
4142
- python: 3.6

0 commit comments

Comments
 (0)