Add py34 to test environment to tox.ini

Manila code base was updated to work on top of python3.4
So, add its test environment to tox.ini

Change-Id: I1403b6b758de52110a53e571c81863c98e909b99
This commit is contained in:
Valeriy Ponomaryov 2015-08-12 12:01:55 +03:00
parent 687153838b
commit 75290c5534
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
[tox]
minversion = 1.6
skipsdist = True
envlist = py27,pep8
envlist = py27,py34,pep8
[testenv]
setenv = VIRTUAL_ENV={envdir}