tox: enable multiple py3x versions

Adds multiple py3x versions to the default list in oder
to assure that they are used when available.

Some systems are already using py36 but other production
systems are have only py34, like RHEL 7.x.

This should have no effect on gates as they specify exactly
their targets, but it does improve developer testing.

Change-Id: I6225f1d8cd7cb0022817d8dc1f459403bbd57f8e
Signed-off-by: Sorin Sbarnea <ssbarnea@redhat.com>
This commit is contained in:
Sorin Sbarnea 2018-02-23 11:19:22 +00:00
parent 324e0197c4
commit 831d497b85
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[tox]
minversion = 1.6
envlist = docs, pep8, py35, py27, cover
envlist = docs, pep8, py34, py35, py36, py27, cover
skip_missing_interpreters = true
[testenv]