Merge "Replace python version for tox"

This commit is contained in:
Jenkins 2017-04-06 11:02:11 +00:00 committed by Gerrit Code Review
commit b5ef5893d5
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}