Skip to content

Commit

Permalink
not doing bandit for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Billimek committed Jul 12, 2018
1 parent 63f9cb4 commit 20dbea2
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 @@ -29,7 +29,7 @@ jobs:
python: "3.5"
script:
- coverage run --source flow -m py.test
- bandit -r -ll -ii -x tests .
# - bandit -r -ll -ii -x tests .
- export ENV=$(if [ "$TRAVIS_BRANCH" == "master" ]; then echo production; else echo development; fi) && flow tracker label-release $ENV
after_success:
- coverage report
Expand Down

0 comments on commit 20dbea2

Please sign in to comment.