From 5dafca07799c5a098bdfdcde9b1a5836079716b7 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Mon, 23 Apr 2018 15:49:03 -0400 Subject: [PATCH] Add test for latest upstream of dependencies 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 --- tox.ini | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tox.ini b/tox.ini index 7b7e6e41..088d6a1a 100644 --- a/tox.ini +++ b/tox.ini @@ -35,6 +35,12 @@ whitelist_externals = echo 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 -- 2.16.6