test python 3.6 by default

Set tox so that when a developer just runs 'tox' the py36 tests are run
instead of py35.

Change-Id: I9624d144f632177907d219a74d396167f6c0a57e
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann 2018-08-21 11:02:49 -04:00
parent 9677952d2b
commit 629fedafcd
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[tox]
minversion = 2.0
envlist = py35,pep8
envlist = py36,pep8
[testenv]
basepython = python3