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 36102d6 commit ddbe631
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 @@ -17,11 +17,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
commands:
- pip install -e .
- tox -e docs
- tox -e genconfig
- tox -e pypi
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,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 ddbe631

Please sign in to comment.