summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDR695H <dr695h@att.com>2019-05-02 11:44:01 -0400
committerDR695H <dr695h@att.com>2019-05-02 11:50:49 -0400
commitef56483ad2ca455da7dbc613e58ac6ca6794717a (patch)
tree19a1afbcf1182d8af603bf864d72a732e51c6d81
parentae6fedd18ad51f175d6a2e2346f284a68b6e4967 (diff)
support python 3
support python 3 by using python 3.6 not 3.7 Change-Id: If5a093b322ee3f81fdc73436f9b32b7da918ac3c Issue-ID: TEST-141 Signed-off-by: DR695H <dr695h@att.com>
-rw-r--r--robotframework-onap/tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/robotframework-onap/tox.ini b/robotframework-onap/tox.ini
index 0565053..d9a097f 100644
--- a/robotframework-onap/tox.ini
+++ b/robotframework-onap/tox.ini
@@ -4,7 +4,7 @@
# and then run "tox" from this directory.
[tox]
-envlist = py27, py37
+envlist = py27, py36
[testenv]
commands = {envpython} setup.py test