From d34219379f0fd47501100733662bc9575f4867b9 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:57:39 +0200 Subject: [PATCH] Revert "tox: only test against Python 2 for now" This reverts commit f85bcb4436a83765db86e33c0c2a48114619b375. --- tox.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 5ca4ecf2..c8a2555c 100644 --- a/tox.ini +++ b/tox.ini @@ -1,9 +1,8 @@ [tox] toxworkdir = {env:TMPDIR:/tmp}/tox-{env:USER}/combo/{env:BRANCH_NAME:} -envlist = coverage-py2-pylint +envlist = coverage-py2-pylint,py3 [testenv] -basepython = python2 usedevelop = True setenv = py2: WCS_MANAGE=wcs/wcsctl.py