summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorToshio Kuratomi <a.badger@gmail.com>2016-08-29 18:12:37 +0200
committerGitHub <noreply@github.com>2016-08-29 18:12:37 +0200
commitb8a8027b7debb67dd1ee012879314e9737677ba0 (patch)
treef0186a38682d134690309f99b89c64a2c6145b8b /Makefile
parentPython3 fixes and porting (#17271) (diff)
downloadansible-b8a8027b7debb67dd1ee012879314e9737677ba0.tar.xz
ansible-b8a8027b7debb67dd1ee012879314e9737677ba0.zip
We've decided that python-3.5 is the minimum python version (#17270)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3c48d46cdb..e1a30f23dc 100644
--- a/Makefile
+++ b/Makefile
@@ -93,7 +93,7 @@ MOCK_CFG ?=
NOSETESTS ?= nosetests
-NOSETESTS3 ?= nosetests-3.4
+NOSETESTS3 ?= nosetests-3.5
########################################################