Python 3.5 is added

Python 3.5 was missing so i have added.

Change-Id: Ica89b115929cd72b27ba33f1d5bd7e1fe5eeddec
This commit is contained in:
kavithahr 2017-03-07 19:04:51 +05:30 committed by ChangBo Guo(gcb)
parent 2e980f26f7
commit 4eb804f230
2 changed files with 2 additions and 1 deletions

View File

@ -12,6 +12,7 @@ classifiers =
License :: OSI Approved :: Apache Software License
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.5
Operating System :: OS Independent
Development Status :: 4 - Beta
Intended Audience :: Developers

View File

@ -1,6 +1,6 @@
[tox]
minversion = 2.0
envlist = py34,py27,pep8
envlist = py35,py27,pep8
[testenv]
install_command = {toxinidir}/tools/tox_install.sh {env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}