Add Python 3.6 classifier to setup.cfg

Change-Id: I70470fa18cfba0eeb040d61ec757dda75a91b6b4
This commit is contained in:
Vieri 2018-11-27 07:49:10 +00:00
parent 67372bade2
commit 7507923cfc
2 changed files with 2 additions and 1 deletions

View File

@ -15,6 +15,7 @@ classifier =
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
[files]
packages =

View File

@ -1,5 +1,5 @@
[tox]
envlist = py35
envlist = py35,py36
[testenv]
usedevelop = True