diff options
author | Toshio Kuratomi <a.badger@gmail.com> | 2016-08-29 09:12:37 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-29 09:12:37 -0700 |
commit | b8a8027b7debb67dd1ee012879314e9737677ba0 (patch) | |
tree | f0186a38682d134690309f99b89c64a2c6145b8b /Makefile | |
parent | fa804125b5950a1950afba203691d7b3d2155863 (diff) | |
download | ansible-b8a8027b7debb67dd1ee012879314e9737677ba0.tar.gz |
We've decided that python-3.5 is the minimum python version (#17270)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -93,7 +93,7 @@ MOCK_CFG ?= NOSETESTS ?= nosetests -NOSETESTS3 ?= nosetests-3.4 +NOSETESTS3 ?= nosetests-3.5 ######################################################## |