support python 3 35/86835/1
authorDR695H <dr695h@att.com>
Thu, 2 May 2019 15:44:01 +0000 (11:44 -0400)
committerDR695H <dr695h@att.com>
Thu, 2 May 2019 15:50:49 +0000 (11:50 -0400)
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>
robotframework-onap/tox.ini

index 0565053..d9a097f 100644 (file)
@@ -4,7 +4,7 @@
 # and then run "tox" from this directory.
 
 [tox]
-envlist = py27, py37
+envlist = py27, py36
 
 [testenv]
 commands =  {envpython} setup.py test