Explicitly describe python support

Change-Id: I2b6d556044042190d8bb465a29983571b1197bfb
This commit is contained in:
Li Ma 2016-09-02 16:39:20 +08:00
parent cbd13373ab
commit 169074acac
2 changed files with 4 additions and 1 deletions

View File

@ -15,6 +15,9 @@ classifier =
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
[files]
packages =

View File

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