From 005dc349ac340cb236e8845e39ff840e017ffa75 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Mon, 16 Mar 2020 09:43:26 +0100 Subject: Run pep8 via tox MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It adds flake8 as test requirement. It may be completed by a second change fixing all the errors. It selects python3 as interpreter as lf-build2 is unmaintained and obsolete. It may be verified vs python3.5 which is false. https://build.opnfv.org/ci/view/cirv/job/cirv-run-tox-latest/1/console Signed-off-by: Cédric Ollivier Change-Id: I45e2537b7a578a92c99a1da36db1c5fd6067be74 --- test-requirements.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 test-requirements.txt (limited to 'test-requirements.txt') diff --git a/test-requirements.txt b/test-requirements.txt new file mode 100644 index 0000000..c3954be --- /dev/null +++ b/test-requirements.txt @@ -0,0 +1 @@ +flake8 # MIT -- cgit