Useful for identifying potential issues if we were to bump versions
of upstream projects that we have pinned.
Change-Id: I84773de551f2bb882c14e5531657c0a37fce70c7
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
deps = -rrequirements-docs.txt
commands = sphinx-build -b linkcheck -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/linkcheck
+[testenv:latest-upstream]
+deps = -r{toxinidir}/requirements-test.txt
+commands =
+ pip install -U python-jenkins requests shade
+ pytest
+
[testenv:license]
deps =
lftools