Skip to content

Commit

Permalink
tests: update SQA testing
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarolopez committed Mar 18, 2024
1 parent 0b16ba5 commit b720848
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
17 changes: 9 additions & 8 deletions .sqa/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,12 @@ sqa_criteria:
tox_file: 'tox.ini'
testenv:
- bandit
# qc_doc:
# repos:
# deepaas:
# container: DEEPaaS-testing
# tox:
# tox_file: 'tox.ini'
# testenv:
# - docs
qc_doc:
repos:
deepaas:
container: DEEPaaS-testing
tox:
tox_file: 'tox.ini'
testenv:
- docs
- genconfig
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ deps =
-r {toxinidir}/doc/requirements.txt
commands =
rm -rf doc/build
python setup.py build_sphinx
sphinx-build -W --keep-going -b html -j auto doc/source doc/build/html

[testenv:mypy]
description = Static type checks
Expand Down

0 comments on commit b720848

Please sign in to comment.