tox.ini: remove non working py3 test env

This commit is contained in:
Benjamin Dauvergne 2019-12-09 15:35:00 +01:00
parent f806b9d675
commit a368ae716b
1 changed files with 1 additions and 2 deletions

View File

@ -5,11 +5,10 @@
[tox]
toxworkdir = {env:TMPDIR:/tmp}/tox-{env:USER}/wcs-olap/{env:BRANCH_NAME:}
envlist = {py2,py3}-coverage
envlist = py2-coverage
[testenv]
usedevelop = true
basepython = python2
setenv =
coverage: COVERAGE=--junit-xml=junit.xml --cov=wcs_olap --cov-report xml --cov-report html
WCSCTL=wcs/wcsctl.py