mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
added create repo
This commit is contained in:
parent
94370d6e2b
commit
e3d1f10ec3
3 changed files with 27 additions and 17 deletions
2
Makefile
2
Makefile
|
|
@ -30,7 +30,7 @@ coverage: py_env
|
|||
coverage run `which py.test` tests $(TEST_TARGETS) && \
|
||||
coverage report -m'
|
||||
|
||||
py_env: requirements.txt
|
||||
py_env: requirements.txt setup.py
|
||||
rm -rf py_env
|
||||
virtualenv py_env
|
||||
bash -c 'source py_env/bin/activate && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue