summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAreli Fuss <af732p@att.com>2017-10-19 15:06:08 +0300
committerAreli Fuss <af732p@att.com>2017-10-19 15:06:08 +0300
commit1280c8e9fdf501f7e733fcd9bf977d85e82350ca (patch)
tree39fd0373233a8ecf1211711ef4985aae6f540688
parent7c9c25ea2adceb67b855b5b54f457290dc5acc5d (diff)
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 <af732p@att.com>
-rw-r--r--pom.xml8
-rw-r--r--tox.ini4
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 @@
<version>1.0.0-SNAPSHOT</version>
</parent>
- <groupId>org.openecomp.vvp</groupId>
- <artifactId>vvp-image-scanner</artifactId>
+ <groupId>org.openecomp.vvp.image-scanner</groupId>
+ <artifactId>image-scanner</artifactId>
<packaging>pom</packaging>
<version>1.0.0-SNAPSHOT</version>
<name>vvp-image-scanner</name>
@@ -44,7 +44,7 @@
<configuration>
<images>
<image>
- <name>openecomp/vvp-image-scanner</name>
+ <name>openecomp/vvp/image-scanner</name>
<alias>vvp-image-scanner</alias>
<build>
<cleanup>true</cleanup>
@@ -85,7 +85,7 @@
<goal>push</goal>
</goals>
<configuration>
- <image>openecomp/vvp-image-scanner</image>
+ <image>openecomp/vvp/image-scanner</image>
</configuration>
</execution>
</executions>
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