summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorOmer Katz <omer.drow@gmail.com>2018-12-17 16:04:26 +0200
committerGitHub <noreply@github.com>2018-12-17 16:04:26 +0200
commite9c6f01bc6f89e6b90f2c9b61e6a9878d5612147 (patch)
treecadc199546285753f61380da3eda6a8bdb2c17a0 /.travis.yml
parent8de1e52fabdd9c3738a012bb88e2234d1bd06255 (diff)
downloadoauthlib-e9c6f01bc6f89e6b90f2c9b61e6a9878d5612147.tar.gz
Added bandit to CI to avoid security issues (#627)
* Added bandit to CI to avoid security issues. * Remove basepython for bandit. * Remove metrics.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index e304ce6..c7978d7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -15,6 +15,8 @@ matrix:
env: TOXENV=py36
- python: 3.7
env: TOXENV=py37
+ - python: 3.7
+ env: TOXENV=bandit
- python: pypy3.5
env: TOXENV=pypy3
install: