aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini8
1 files changed, 7 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 2567eaf..3fa6109 100644
--- a/tox.ini
+++ b/tox.ini
@@ -15,7 +15,7 @@
#
[tox]
-envlist=py27
+envlist=py27,py3
[testenv]
passenv =
@@ -33,3 +33,9 @@ commands =
coverage xml --omit=".tox/*,tests/*"
coverage report --omit=".tox/*,tests/*"
#pytest tests --cov-report term-missing --cov vnfsdk_pkgtools
+
+[testenv:py27]
+basepython = python2
+
+[testenv:py3]
+basepython = python3