Add Python 3.5 classifiers for Aodh

Change-Id: I3f10ff34922ce32c34becfcc9d0f4a15f33a66e8
This commit is contained in:
Julien Danjou 2016-07-18 17:46:41 +02:00
parent 0578ade715
commit 417c0af49d
2 changed files with 2 additions and 1 deletions

View File

@ -17,6 +17,7 @@ classifier =
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
Topic :: System :: Monitoring
[global]

View File

@ -1,7 +1,7 @@
[tox]
minversion = 1.6
skipsdist = True
envlist = py34,py27,pep8
envlist = py34,py35,py27,pep8
[testenv]
deps = .[test]