summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorHsiaoming Yang <me@lepture.com>2018-04-20 00:29:24 +0900
committerHsiaoming Yang <me@lepture.com>2018-04-20 00:29:24 +0900
commitbb8cd6c7aa107d2bcf0f4f82d7f843c14f8c98c1 (patch)
tree3312e2b18b84447c54011a409abc2dba760fe29a /tox.ini
parenta87829d2c9707fb67d9a33a9f522a5d6c2b11967 (diff)
downloadclick-bb8cd6c7aa107d2bcf0f4f82d7f843c14f8c98c1.tar.gz
Drop testing for 2.6 and 3.3. Add 3.6.
Via discussion pallets/meta#24
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 2 insertions, 4 deletions
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