Add Python 3.6 classifier to setup.cfg

Change-Id: I82eac9c1c193df278676409f8e3608fb2d4301c9
This commit is contained in:
Vieri 2018-11-27 07:51:20 +00:00
parent c4a04b1350
commit 5cee0291a9
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,7 +1,7 @@
[tox]
minversion = 2.3.1
skipsdist = True
envlist = py{35,27},py{35,27}-{postgresql},functional,cover,pep8,bandit,docs
envlist = py{36,35,27},py{36,35,27}-{postgresql},functional,cover,pep8,bandit,docs
[testenv]
usedevelop = True