Make sure virtualpdu is tested on py27,34,35

Those are the version supported by ironic, we should be able to build
virtualpdu with these version.
This commit is contained in:
Félix Bouliane 2016-11-09 17:16:49 -05:00
parent cda240b7c9
commit 64cf340928
2 changed files with 3 additions and 1 deletions

View File

@ -6,6 +6,8 @@ matrix:
include:
- python: "2.7"
env: TOX_ENV=py27
- python: "3.4"
env: TOX_ENV=py34
- python: "3.5"
env: TOX_ENV=py35
- python: "3.5"

View File

@ -1,6 +1,6 @@
[tox]
minversion = 2.0
envlist = py35,py27,pep8
envlist = py34,py35,py27,pep8
skipsdist = True
[testenv]