fixing flake8 tests
Change-Id: Id3db9e940d07fb67a81e727f310900a9eb92e18d
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
diff --git a/RO-client/tox.ini b/RO-client/tox.ini
index a8e7c3a..a131fea 100644
--- a/RO-client/tox.ini
+++ b/RO-client/tox.ini
@@ -14,14 +14,12 @@
# limitations under the License.
[tox]
-envlist = py3
-toxworkdir={homedir}/.tox
+envlist = flake8
+toxworkdir={toxinidir}/../.tox
[testenv]
basepython = python3
install_command = python3 -m pip install -r requirements.txt -U {opts} {packages}
-deps = -r{toxinidir}/test-requirements.txt
-commands=python3 -m unittest discover -v
[testenv:flake8]
basepython = python3