Declare compatibility with python 3.5

To be able to run the tests with py3, we need to declare the right
classifier.

Change-Id: I6ba0cda5af99721fbd3fe28a1bf107a38c08b195
This commit is contained in:
Thomas Herve 2017-07-24 14:53:20 +02:00
parent afaac35b7e
commit 6583b5f1ac
2 changed files with 3 additions and 1 deletions

View File

@ -16,6 +16,8 @@ classifier =
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.5
Topic :: Internet :: Name Service (DNS)
[global]

View File

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