Skip to content

Commit

Permalink
adding bandit checks to travis
Browse files Browse the repository at this point in the history
Signed-off-by: Sahil Suneja <[email protected]>
  • Loading branch information
sahilsuneja1 committed Dec 18, 2017
1 parent 2b596cc commit 72ffa3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ install:

# command to run tests
script:
- bandit -r crawler
- bandit -r crawler || true
- flake8 --count --max-complexity=10 --statistics crawler
- sudo -H python setup.py test --addopts '--cov=.'

Expand Down

0 comments on commit 72ffa3b

Please sign in to comment.