Add py3 info to setup.cfg

Add the python 3 classifiers to setup.cfg and proper envs to
tox.ini.

Change-Id: I771c148ee8d246a5a3ac45e3a2e45c1fe3a691b1
This commit is contained in:
Morgan Fainberg 2016-05-17 16:51:19 -07:00
parent 902e47efa5
commit 62b14c6320
2 changed files with 4 additions and 2 deletions

View File

@ -12,6 +12,8 @@ classifier =
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.4
[files]
packages =
@ -33,4 +35,4 @@ autodoc_tree_excludes =
ldappool/tests/
[wheel]
universal = 1
universal = 1

View File

@ -1,7 +1,7 @@
[tox]
minversion = 1.6
skipsdist = True
envlist = py27,pep8,cover,docs
envlist = py27,py34,py35,pep8,cover,docs
[testenv]
usedevelop = True