Merge "Add Python 3.5 classifier and venv"

This commit is contained in:
Jenkins 2016-07-16 10:30:32 +00:00 committed by Gerrit Code Review
commit 9fbacd2300
2 changed files with 6 additions and 1 deletions

View File

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

View File

@ -1,6 +1,6 @@
[tox] [tox]
minversion = 1.6 minversion = 1.6
envlist = py34,py27,pep8,functional envlist = py35,py34,py27,pep8,functional
skipsdist = True skipsdist = True
[testenv] [testenv]
@ -53,6 +53,10 @@ commands = oslo_debug_helper {posargs}
basepython = python3.4 basepython = python3.4
commands = oslo_debug_helper {posargs} commands = oslo_debug_helper {posargs}
[testenv:debug-py35]
basepython = python3.5
commands = oslo_debug_helper {posargs}
[testenv:pep8] [testenv:pep8]
commands = commands =
flake8 senlin flake8 senlin