Skip to content

Commit fe6e5fa

Browse files
authored
Move bandit to dev-requirements.txt (#177)
* Update dev-requirements.txt add bandit security linter * Update .travis.yml remove separate bandit installation after adding to dev-requirements.txt
1 parent 22394a6 commit fe6e5fa

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ install:
4949
- pip install lxml==$LXML_VERSION
5050
- pip install -r dev-requirements.txt
5151
- pip install -r requirements.txt
52-
- pip install bandit
5352

5453
# command to run tests
5554
script:

dev-requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ pylint==2.8.3
77
pytest-cov==2.11.1
88
codecov==2.1.11
99
flake8==3.8.4
10+
bandit==1.7.0
1011
sphinx

0 commit comments

Comments
 (0)