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: I41aff6a8dc52d4038431ce7566ff8177e25cea6b
This commit is contained in:
Eyal 2019-04-16 12:20:50 +03:00
parent d29eb4b278
commit 7ca6c8406a
2 changed files with 2 additions and 1 deletions

View File

@ -17,6 +17,7 @@ classifier =
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
[files]
packages =

View File

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