Support python 3.6 and 3.7

According to 'Tested Runtimes for Train' [1] we need to support
Python 2.7, Python 3.7 and Python 3.6 runtimes.

[1] https://governance.openstack.org/tc/reference/runtimes/train.html

Change-Id: I455f69f2c3bf036a305597d0263e9e7617f3c373
This commit is contained in:
Eyal 2019-04-16 12:20:50 +03:00
parent 75f252f0d2
commit 48fc316adf
2 changed files with 2 additions and 3 deletions

View File

@ -16,9 +16,8 @@ classifier =
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.3
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
[files]
packages =

View File

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