tox: only test against Python 2 for now

This commit is contained in:
Frédéric Péters 2019-08-18 12:23:19 +02:00
parent 731eb7ee61
commit f85bcb4436
1 changed files with 2 additions and 1 deletions

View File

@ -1,8 +1,9 @@
[tox] [tox]
toxworkdir = {env:TMPDIR:/tmp}/tox-{env:USER}/combo/{env:BRANCH_NAME:} toxworkdir = {env:TMPDIR:/tmp}/tox-{env:USER}/combo/{env:BRANCH_NAME:}
envlist = coverage-py2-pylint,py3 envlist = coverage-py2-pylint
[testenv] [testenv]
basepython = python2
usedevelop = True usedevelop = True
setenv = setenv =
py2: WCS_MANAGE=wcs/wcsctl.py py2: WCS_MANAGE=wcs/wcsctl.py