mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
Simplify requirements.txt
This commit is contained in:
parent
40c6bb03de
commit
5d0e7ece02
2 changed files with 2 additions and 8 deletions
4
Makefile
4
Makefile
|
|
@ -35,9 +35,7 @@ coverage: py_env
|
|||
py_env: requirements.txt setup.py
|
||||
rm -rf py_env
|
||||
virtualenv py_env
|
||||
bash -c 'source py_env/bin/activate && \
|
||||
pip install -e . && \
|
||||
pip install -r requirements.txt'
|
||||
bash -c 'source py_env/bin/activate && pip install -r requirements.txt'
|
||||
|
||||
clean:
|
||||
rm -rf py_env
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue