Merge "Removed older version of python added 3.5"

This commit is contained in:
Zuul 2018-10-03 12:55:34 +00:00 committed by Gerrit Code Review
commit deeb13e727
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ classifier =
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
keywords = openstack nova hyper-v compute
[files]

View File

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