Add Python 3.5 classifier and venv

As kuryr-libnetwork has passed py35 test.
Do same thing in kuryr-libnetwork:
https://review.openstack.org/#/c/341891/

Change-Id: I009bb50aab6b4dbe9aabbd1147c9ce0d515f71a8
Closed-Bug: #1604180
This commit is contained in:
Liping Mao 2016-07-19 06:45:45 +08:00
parent f94a88a3c4
commit 64e20aa113
2 changed files with 2 additions and 1 deletions

View File

@ -18,6 +18,7 @@ classifier =
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
[entry_points]
oslo.config.opts =

View File

@ -1,6 +1,6 @@
[tox]
minversion = 1.6
envlist = py34,py27,pep8
envlist = py35,py34,py27,pep8
skipsdist = True
[testenv]