Skip to content
Snippets Groups Projects
Commit f58314be authored by Corné Lukken's avatar Corné Lukken
Browse files

L2SS-556: Ensure tox docs job also uses base requirements cleanly

parent 53af4b0f
No related branches found
No related tags found
1 merge request!209L2SS-556: Build sphinx documentation using toxs
# Do not put tangostationcontrol dependencies here, only setup.py / __init__.py
GitPython >= 3.1.24 # BSD
GitPython >= 3.1.20 # BSD
GitPython >= 3.1.20 # BSD
\ No newline at end of file
......@@ -14,9 +14,8 @@ setenv =
OS_STDERR_CAPTURE=1
OS_TEST_TIMEOUT=60
deps =
-r{toxinidir}/setup-requirements.txt
-r{toxinidir}/test-requirements.txt
-r{toxinidir}/../docker-compose/lofar-device-base/lofar-requirements.txt
-r{toxinidir}/test-requirements.txt
commands = stestr run {posargs}
[testenv:integration]
......@@ -44,7 +43,7 @@ commands =
[testenv:docs]
deps =
-r{toxinidir}/setup-requirements.txt
-r{toxinidir}/../docker-compose/lofar-device-base/lofar-requirements.txt
-r{toxinidir}/docs/docs-requirements.txt
commands =
sphinx-build -W -b html docs/source docs/build/html
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment