Update default environment list

The Blazar code base is not yet compatible with Python 3. Having tox
environments for them is a first step towards fixing it.

Change-Id: I2bc764bd57f09ecaa4575628735ff68791b867cd
This commit is contained in:
Pierre Riteau
2016-12-05 21:15:03 +00:00
parent b640bbf862
commit ea26e9923a

View File

@@ -1,5 +1,5 @@
[tox]
envlist = py27,pep8
envlist = py35,py34,py27,pep8
[testenv]
install_command = pip install -U {opts} {packages}