support python 3.4

Change-Id: I574a3af51636fd99c6358f41b9a01fdbd7d778ac
This commit is contained in:
Eyal 2016-03-10 17:49:14 +02:00
parent 4922bd3c64
commit e3a503d51f
2 changed files with 2 additions and 1 deletions

View File

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

View File

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