summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorToshio Kuratomi <a.badger@gmail.com>2016-08-29 09:12:37 -0700
committerGitHub <noreply@github.com>2016-08-29 09:12:37 -0700
commitb8a8027b7debb67dd1ee012879314e9737677ba0 (patch)
treef0186a38682d134690309f99b89c64a2c6145b8b /tox.ini
parentfa804125b5950a1950afba203691d7b3d2155863 (diff)
downloadansible-b8a8027b7debb67dd1ee012879314e9737677ba0.tar.gz
We've decided that python-3.5 is the minimum python version (#17270)
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 1 insertions, 5 deletions
diff --git a/tox.ini b/tox.ini
index 267a5a5a7e..3ac013ad8f 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,8 +1,5 @@
[tox]
-envlist = py26,py27,py34,py35
-
-[testenv:py34]
-deps = -r{toxinidir}/test/utils/tox/requirements-py3.txt
+envlist = py26,py27,py35
[testenv:py35]
deps = -r{toxinidir}/test/utils/tox/requirements-py3.txt
@@ -14,7 +11,6 @@ commands =
python --version
py26: python -m compileall -fq -x 'test/samples|contrib/inventory/vagrant.py' lib test contrib
py27: python -m compileall -fq -x 'test/samples' lib test contrib
- py34: python -m compileall -fq -x 'test/samples|lib/ansible/modules' lib test contrib
py35: python -m compileall -fq -x 'test/samples|lib/ansible/modules' lib test contrib
make tests