From ab7583ae9dfc9b387b579db9639eab26daf2be26 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Mon, 22 May 2017 03:47:21 +0200 Subject: Test decorators.py in testenv:py35 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I91d5b04f105cf41bef799eccdaabf89cb0440747 Signed-off-by: Cédric Ollivier --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 6a2edbffe..efaa8d6b6 100644 --- a/tox.ini +++ b/tox.ini @@ -36,6 +36,7 @@ commands = bash -c \ dirs = functest/tests/unit/core functest/tests/unit/odl + functest/tests/unit/utils/test_decorators.py deps = -r{toxinidir}/requirements.py3.txt -r{toxinidir}/test-requirements.txt -- cgit 1.2.3-korg