From 9c448a1b16582732efb031d57726b7b72ae6af97 Mon Sep 17 00:00:00 2001 From: Hugo Nicodemos Date: Thu, 30 Mar 2017 14:12:53 -0300 Subject: [PATCH] Update the python version in tox.ini The OpenStack doesnt check tests with python34 anymore, this patch bumps oneviewclient python version to python35 when running tests with tox. Change-Id: I5fd374e72335832a504955d50ed31df45068ffe9 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index dd28d14..80f8efb 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 1.6 -envlist = py34,py27,pep8 +envlist = py35,py27,pep8 skipsdist = True [testenv]