* changes:
Add test for latest upstream of dependencies
Move tests requirements to separate file
[testenv:docs-linkcheck]
deps = -rrequirements-docs.txt
-commands = sphinx-build -b linkcheck -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/linkcheck
+commands = sphinx-build -W -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