Merge changes I84773de5,I91de27b2
authorJamo Luhrsen <jluhrsen@redhat.com>
Fri, 27 Apr 2018 17:37:54 +0000 (17:37 +0000)
committerGerrit Code Review <gerrit@linuxfoundation.org>
Fri, 27 Apr 2018 17:37:54 +0000 (17:37 +0000)
* changes:
  Add test for latest upstream of dependencies
  Move tests requirements to separate file

1  2 
tox.ini

diff --cc tox.ini
+++ b/tox.ini
@@@ -37,8 -33,14 +33,14 @@@ whitelist_externals = ech
  
  [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