Merge "Add Python 3.5 classifier and venv"

This commit is contained in:
Jenkins 2016-07-25 10:33:38 +00:00 committed by Gerrit Code Review
commit dab2a46420
2 changed files with 8 additions and 1 deletions

View File

@ -7,6 +7,9 @@ classifiers =
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
Environment :: OpenStack
Intended Audience :: Information Technology
Intended Audience :: System Administrators

View File

@ -1,5 +1,5 @@
[tox]
envlist = py34,py27,pep8
envlist = py35,py34,py27,pep8
minversion = 1.6
skipsdist = True
@ -26,6 +26,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 {posargs}