Set base version for Python to 3.6 in tox.ini

This commit is contained in:
Sylvain Bellemare 2017-03-31 10:54:59 +02:00 committed by Sylvain Bellemare
parent 64ef0dd9a1
commit 36edbc5f35
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ skipsdist = true
envlist = py{34,35,36}-{rethinkdb,mongodb}, flake8, docsroot, docsserver
[base]
basepython = python3.5
basepython = python3.6
deps = pip>=9.0.1
[testenv]