From f85bcb4436a83765db86e33c0c2a48114619b375 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sun, 18 Aug 2019 12:23:19 +0200 Subject: [PATCH] tox: only test against Python 2 for now --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index c8a2555c..5ca4ecf2 100644 --- a/tox.ini +++ b/tox.ini @@ -1,8 +1,9 @@ [tox] toxworkdir = {env:TMPDIR:/tmp}/tox-{env:USER}/combo/{env:BRANCH_NAME:} -envlist = coverage-py2-pylint,py3 +envlist = coverage-py2-pylint [testenv] +basepython = python2 usedevelop = True setenv = py2: WCS_MANAGE=wcs/wcsctl.py