Merge "Add Python 3.6 classifier to setup.cfg"

This commit is contained in:
Zuul 2018-11-30 20:12:32 +00:00 committed by Gerrit Code Review
commit 139cabd106
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