Merge "Add Python 3.5 classifier and venv"

This commit is contained in:
Jenkins 2016-07-13 20:50:10 +00:00 committed by Gerrit Code Review
commit e0cfe6b559
2 changed files with 7 additions and 1 deletions

@ -16,6 +16,8 @@ classifier =
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
[files]
packages =

@ -1,6 +1,6 @@
[tox]
minversion = 1.6
envlist = docs,py34,py27,pep8,specs
envlist = docs,py35,py34,py27,pep8,specs
skipsdist = True
[testenv]
@ -32,6 +32,10 @@ commands = oslo_debug_helper {posargs}
basepython = python3.4
commands = oslo_debug_helper {posargs}
[testenv:debug-py35]
basepython = python3.5
commands = oslo_debug_helper {posargs}
[testenv:pep8]
commands = flake8
doc8 specs doc/source octavia \