tox.ini: Add 'py36' to the default envlist

Newer operating systems, like Fedora 26, ship with Python 3.6 now. So
they can do a Python 3 test, add 'py36' to the default envlist.

Change-Id: I9bbca0d18c346fe0cfcb9878cd35632dbd998fb0
This commit is contained in:
John L. Villalovos 2017-08-28 10:23:22 -07:00
parent 08173a56af
commit 66ad38f7c9
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
[tox]
minversion = 1.8
skipsdist = True
envlist = py35,py27,pep8
envlist = py36,py35,py27,pep8
[testenv]
usedevelop = True