Merge pull request #666 from pjdelport/patch-2

Tox: Add py36 to default envlist
This commit is contained in:
Syrus Akbary 2018-02-07 19:44:43 -08:00 committed by GitHub
commit 113cf8da38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
[tox] [tox]
envlist = flake8,py27,py33,py34,py35,pypy envlist = flake8,py27,py33,py34,py35,py36,pypy
skipsdist = true skipsdist = true
[testenv] [testenv]