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:
parent
6037076e9c
commit
36c9dcf564
6
tox.ini
6
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}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user