2016-09-19 21:41:01 +00:00
|
|
|
[tox]
|
2016-09-28 21:26:06 +00:00
|
|
|
envlist = py27, py33, py34, py35
|
2016-09-19 21:41:01 +00:00
|
|
|
|
|
|
|
[testenv]
|
|
|
|
setenv =
|
|
|
|
PYTHONPATH = {toxinidir}:{toxinidir}/git_lint
|
|
|
|
deps =
|
|
|
|
-r{toxinidir}/requirements_dev.txt
|
|
|
|
commands =
|
|
|
|
py.test --basetemp={envtmpdir}
|
|
|
|
|
|
|
|
|
|
|
|
; If you want to make tox run the tests with the same versions, create a
|
|
|
|
; requirements.txt with the pinned versions and uncomment the following lines:
|
|
|
|
; deps =
|
|
|
|
; -r{toxinidir}/requirements.txt
|