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:
parent
687153838b
commit
75290c5534
2
tox.ini
2
tox.ini
@ -1,7 +1,7 @@
|
||||
[tox]
|
||||
minversion = 1.6
|
||||
skipsdist = True
|
||||
envlist = py27,pep8
|
||||
envlist = py27,py34,pep8
|
||||
|
||||
[testenv]
|
||||
setenv = VIRTUAL_ENV={envdir}
|
||||
|
Loading…
x
Reference in New Issue
Block a user