From bb8cd6c7aa107d2bcf0f4f82d7f843c14f8c98c1 Mon Sep 17 00:00:00 2001 From: Hsiaoming Yang Date: Fri, 20 Apr 2018 00:29:24 +0900 Subject: Drop testing for 2.6 and 3.3. Add 3.6. Via discussion pallets/meta#24 --- tox.ini | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 9f72ab8..af7bf98 100644 --- a/tox.ini +++ b/tox.ini @@ -1,14 +1,12 @@ [tox] -envlist = py{26,27,33,34,35,36,py} +envlist = py27,py34,py35,py36,pypy [testenv] passenv = LANG commands = {env:TEST_RUNNER:pytest} {posargs} deps = - {env:_CLICK_TEST_PYTEST_DEP:pytest} + pytest colorama: colorama coverage: coverage setenv = coverage: TEST_RUNNER=coverage run -m pytest - # pytest 3.3+ does not support Python 2.6 and 3.3 anymore. - py26,py33: _CLICK_TEST_PYTEST_DEP=pytest<3.3 -- cgit v1.2.1