summaryrefslogtreecommitdiff
path: root/Makefile
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 /Makefile
parentfa804125b5950a1950afba203691d7b3d2155863 (diff)
downloadansible-b8a8027b7debb67dd1ee012879314e9737677ba0.tar.gz
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
########################################################