We've decided that python-3.5 is the minimum python version (#17270)

This commit is contained in:
Toshio Kuratomi
2016-08-29 09:12:37 -07:00
committed by GitHub
parent fa804125b5
commit b8a8027b7d
5 changed files with 29 additions and 38 deletions

View File

@@ -93,7 +93,7 @@ MOCK_CFG ?=
NOSETESTS ?= nosetests
NOSETESTS3 ?= nosetests-3.4
NOSETESTS3 ?= nosetests-3.5
########################################################