From 36c9dcf564e9b91c2bec11809599a8324ffef01b Mon Sep 17 00:00:00 2001 From: Vitaliy Date: Wed, 5 Apr 2017 12:51:03 +0000 Subject: [PATCH] Replace python version for tox Basepython version changed from python3.4 up to python3.5 for tox. Change-Id: I87d38eb710731c7ecf6cfde90cf1609e495996dc --- tox.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index 07b213c..1674d93 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py27,py27dj18,pep8,py35,pylint +envlist = py27,py27dj18,pep8,py35,py35dj18,pylint minversion = 1.6 skipsdist = True @@ -32,8 +32,8 @@ commands = python manage.py test {posargs} -[testenv:py34dj18] -basepython = python3.4 +[testenv:py35dj18] +basepython = python3.5 commands = python manage.py test {posargs}