mirror of
https://github.com/classilla/tenfourfox.git
synced 2024-11-03 19:05:35 +00:00
27 lines
354 B
INI
27 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
|