Add test for latest upstream of dependencies 26/10226/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Mon, 23 Apr 2018 19:49:03 +0000 (15:49 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Wed, 25 Apr 2018 14:17:43 +0000 (10:17 -0400)
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>
tox.ini

diff --git a/tox.ini b/tox.ini
index 7b7e6e4..088d6a1 100644 (file)
--- 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