Tox: Add py36 to default envlist

This commit is contained in:
Pi Delport 2018-02-08 01:32:10 +02:00 committed by GitHub
parent c044b2431b
commit 265719d11f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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