mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-07 12:26:52 +00:00
tox--
This commit is contained in:
parent
a00c16b8a3
commit
2dda836789
1 changed files with 1 additions and 0 deletions
1
tox.ini
1
tox.ini
|
|
@ -6,6 +6,7 @@ envlist = py26,py27,py33,py34,pypy,pypy3
|
||||||
[testenv]
|
[testenv]
|
||||||
install_command = pip install --use-wheel {opts} {packages}
|
install_command = pip install --use-wheel {opts} {packages}
|
||||||
deps = -rrequirements-dev.txt
|
deps = -rrequirements-dev.txt
|
||||||
|
passenv = HOME HOMEPATH LANG
|
||||||
commands =
|
commands =
|
||||||
coverage erase
|
coverage erase
|
||||||
coverage run -m pytest {posargs:tests}
|
coverage run -m pytest {posargs:tests}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue