mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 08:53:07 +09:00
26 lines
354 B
INI
26 lines
354 B
INI
|
|
[tox]
|
||
|
|
envlist = py27
|
||
|
|
|
||
|
|
|
||
|
|
[base]
|
||
|
|
deps =
|
||
|
|
coverage
|
||
|
|
nose
|
||
|
|
rednose
|
||
|
|
commands =
|
||
|
|
coverage run --source slugid --branch {envbindir}/nosetests -v --with-xunit --rednose --force-color
|
||
|
|
|
||
|
|
|
||
|
|
[testenv:py27]
|
||
|
|
deps=
|
||
|
|
{[base]deps}
|
||
|
|
basepython = python2.7
|
||
|
|
commands =
|
||
|
|
{[base]commands}
|
||
|
|
|
||
|
|
|
||
|
|
[testenv:coveralls]
|
||
|
|
deps=
|
||
|
|
python-coveralls
|
||
|
|
commands=
|
||
|
|
coveralls
|