Merge "Add py3 info to setup.cfg"

This commit is contained in:
Jenkins 2016-05-18 00:55:55 +00:00 committed by Gerrit Code Review
commit a1a5e5bd09
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