2016-06-05 00:54:28 +00:00
|
|
|
[tox]
|
|
|
|
envlist = py26, py27, py33, py34, py35
|
|
|
|
|
|
|
|
[testenv]
|
|
|
|
setenv =
|
2016-06-05 16:15:12 +00:00
|
|
|
PYTHONPATH = {toxinidir}:{toxinidir}/polyloader
|
2016-06-05 00:54:28 +00:00
|
|
|
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
|