Replace python version for tox

Basepython version changed from python3.4 up to python3.5 for tox.

Change-Id: I87d38eb710731c7ecf6cfde90cf1609e495996dc
This commit is contained in:
Vitaliy 2017-04-05 12:51:03 +00:00
parent 6037076e9c
commit 36c9dcf564
1 changed files with 3 additions and 3 deletions

View File

@ -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}