Fid unit tests to build with py34

Update tox.ini to work with py34.

Signed-off-by: Chuck Short <chuck.short@canonical.com>
This commit is contained in:
Chuck Short 2016-05-11 13:30:10 -04:00
parent 88e7fdd568
commit 7c4d949f6f
1 changed files with 4 additions and 0 deletions

View File

@ -22,6 +22,10 @@ commands = ostestr {posargs}
commands = /bin/cp -r {toxinidir}/nova/virt/lxd/ {toxinidir}/.tox/py27/src/nova/nova/virt/
python setup.py testr --slowest --testr-args='{posargs}'
[testenv:py34]
commands = /bin/cp -r {toxinidir}/nova/virt/lxd/ {toxinidir}/.tox/py35/src/nova/nova/virt/
python setup.py testr --slowest --testr-args='{posargs}'
[testenv:pep8]
commands = flake8