mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-06 03:56:54 +00:00
requirements_dev -> requirements-dev
This commit is contained in:
parent
dd18ff15f2
commit
59f23b7c55
3 changed files with 2 additions and 2 deletions
2
tox.ini
2
tox.ini
|
|
@ -5,7 +5,7 @@ envlist = py26,py27,py33,py34,pypy
|
|||
|
||||
[testenv]
|
||||
install_command = pip install --use-wheel {opts} {packages}
|
||||
deps = -rrequirements_dev.txt
|
||||
deps = -rrequirements-dev.txt
|
||||
commands =
|
||||
coverage erase
|
||||
coverage run -m pytest {posargs:tests}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue