Add py36 to tox.ini

This commit adds py36 to tox.ini because we should support python3.6.
And this commit also removes redundant 'py' in the envlist.

Change-Id: Id6b4e02987bfb16abf1ca9735f22ba4b850d63c3
This commit is contained in:
Masayuki Igawa 2017-02-03 12:34:08 +09:00
parent da5a5a934a
commit 1d7860fc39
No known key found for this signature in database
GPG Key ID: 251CCDE9053850E4
1 changed files with 1 additions and 1 deletions

View File

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