From 1280c8e9fdf501f7e733fcd9bf977d85e82350ca Mon Sep 17 00:00:00 2001 From: Areli Fuss Date: Thu, 19 Oct 2017 15:06:08 +0300 Subject: Update tox and pom Verify flake8 is running under python 3.6 Update the pom artifact id Update the pom container path Change-Id: I31858d5f26c72cfd7c7288d8987fa095daa5507b Issue-Id: VVP-25 Signed-off-by: Areli Fuss --- pom.xml | 8 ++++---- tox.ini | 4 +++- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 97d3ac8..5b20a51 100644 --- a/pom.xml +++ b/pom.xml @@ -7,8 +7,8 @@ 1.0.0-SNAPSHOT - org.openecomp.vvp - vvp-image-scanner + org.openecomp.vvp.image-scanner + image-scanner pom 1.0.0-SNAPSHOT vvp-image-scanner @@ -44,7 +44,7 @@ - openecomp/vvp-image-scanner + openecomp/vvp/image-scanner vvp-image-scanner true @@ -85,7 +85,7 @@ push - openecomp/vvp-image-scanner + openecomp/vvp/image-scanner diff --git a/tox.ini b/tox.ini index a0ea6fc..b976be2 100644 --- a/tox.ini +++ b/tox.ini @@ -17,7 +17,9 @@ deps = [testenv:style] -commands = python -m flake8 +basepython=python3.6 +commands = python --version + python -m flake8 [testenv:py3] basepython=python3.6 -- cgit 1.2.3-korg