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
This commit is contained in:
Hugo Nicodemos 2017-03-30 14:12:53 -03:00
parent 2605032944
commit 9c448a1b16
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[tox]
minversion = 1.6
envlist = py34,py27,pep8
envlist = py35,py27,pep8
skipsdist = True
[testenv]