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.

This commit also removes the Python 2.6 environment which is now
unsupported by OpenStack.

Change-Id: I7036294c6ce6b31661396eea94d94b662ab2c63b
This commit is contained in:
Pierre Riteau 2016-12-05 21:14:58 +00:00
parent 97a4a7e89f
commit b670763b2a
1 changed files with 1 additions and 1 deletions

View File

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