Merge "Upgrade Sphinx package"
This commit is contained in:
commit
46ccaece21
@ -1,3 +1,3 @@
|
||||
# Documentation
|
||||
sphinx>=1.6.2
|
||||
sphinx>2.1.0
|
||||
sphinx_rtd_theme==0.2.4
|
||||
|
8
tox.ini
8
tox.ini
@ -31,7 +31,8 @@ commands =
|
||||
[testenv:pep8]
|
||||
basepython = python3
|
||||
deps =
|
||||
pipenv
|
||||
pipenv
|
||||
safety
|
||||
commands =
|
||||
pipenv install --dev
|
||||
bash -c {toxinidir}/tools/gate/whitespace-linter.sh
|
||||
@ -39,15 +40,18 @@ commands =
|
||||
flake8 {toxinidir}/spyglass {toxinidir}/tests
|
||||
bandit -r spyglass -n 5
|
||||
pipenv check
|
||||
safety check -r {toxinidir}/doc/requirements.txt --bare
|
||||
whitelist_externals =
|
||||
bash
|
||||
|
||||
[testenv:safety]
|
||||
deps =
|
||||
pipenv
|
||||
pipenv
|
||||
safety
|
||||
commands =
|
||||
pipenv install --dev
|
||||
pipenv check
|
||||
safety check -r {toxinidir}/doc/requirements.txt --full-report
|
||||
|
||||
[testenv:bandit]
|
||||
deps =
|
||||
|
Loading…
x
Reference in New Issue
Block a user