commit
b5ef5893d5
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