Update envlist and classifier

This commit updates envlist in tox.ini and adds Python3.7 in classifier.
We should have py37 instead of pypy.

Change-Id: I2f7a6b7eb8099cfd34f0fe84bb01f23c115c9dda
This commit is contained in:
Masayuki Igawa 2019-04-17 15:55:03 +09:00
parent 5a4e6eed0a
commit acbbc79ba3
No known key found for this signature in database
GPG Key ID: 290F53EDC899BF89
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -1,6 +1,6 @@
[tox]
minversion = 2.0
envlist = py{36,27,py},pep8,pip-check-reqs
envlist = py{37,36,27},pep8,pip-check-reqs
skipsdist = True
[testenv]