summaryrefslogtreecommitdiffstats
path: root/tox.ini
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 /tox.ini
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>
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 3 insertions, 1 deletions
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