summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2017-11-28 08:30:01 -0800
committerDavid Lord <davidism@gmail.com>2017-11-28 08:30:01 -0800
commitb4e4a6acaed6d41899c942985d0816190609fccd (patch)
treecf89398c525f34a875b868babe3310f5f83b872a /tox.ini
parentc35ac5534c56e3fc4bf4c323a1cb72387f64c736 (diff)
downloadwerkzeug-b4e4a6acaed6d41899c942985d0816190609fccd.tar.gz
remove CI tests for 2.6 and 3.3
pallets/meta#24
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini9
1 files changed, 5 insertions, 4 deletions
diff --git a/tox.ini b/tox.ini
index aa8054eb..884d17b5 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,7 +1,7 @@
[tox]
envlist =
py{36,27}-normal-hypothesis
- py{35,34,33,26,py}-normal
+ py{35,34,py}-normal
py{36,27}-uwsgi
py36-stylecheck
docs-html
@@ -14,7 +14,10 @@ setenv =
usedevelop = true
deps =
- normal,uwsgi: pytest>=3
+ # remove once we drop support for 2.6, 3.3
+ py26,py33: py<1.5
+ py26,py33: pytest<3.3
+
normal,uwsgi: pytest-xprocess
normal,uwsgi: requests
normal,uwsgi: coverage
@@ -67,8 +70,6 @@ passenv = CI TRAVIS TRAVIS_*
deps = codecov
skip_install = true
commands =
- # install argparse for 2.6
- python -c 'import sys, pip; sys.version_info < (2, 7) and pip.main(["install", "argparse", "-q"])'
coverage combine
coverage report
codecov