tox.ini: test with python3 (#26207)

This commit is contained in:
Benjamin Dauvergne 2019-09-30 17:21:35 +02:00
parent 4fc741c9e0
commit 0c78cf8731
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
[tox]
toxworkdir = {env:TMPDIR:/tmp}/tox-{env:USER}/wcs-olap/{env:BRANCH_NAME:}
envlist = coverage
envlist = {py2,py3}-coverage
[testenv]
usedevelop = true