We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22394a6 commit fe6e5faCopy full SHA for fe6e5fa
.travis.yml
@@ -49,7 +49,6 @@ install:
49
- pip install lxml==$LXML_VERSION
50
- pip install -r dev-requirements.txt
51
- pip install -r requirements.txt
52
- - pip install bandit
53
54
# command to run tests
55
script:
dev-requirements.txt
@@ -7,4 +7,5 @@ pylint==2.8.3
7
pytest-cov==2.11.1
8
codecov==2.1.11
9
flake8==3.8.4
10
+bandit==1.7.0
11
sphinx
0 commit comments