Add target to install all development dependencies
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
2
Makefile
2
Makefile
@@ -300,5 +300,7 @@ check-readme: ## Checks validity of the README.rst file for PyPI publication.
|
|||||||
check-missing-migrations: ## Make sure all models have proper migrations.
|
check-missing-migrations: ## Make sure all models have proper migrations.
|
||||||
./manage.py makemigrations --dry-run --noinput --check
|
./manage.py makemigrations --dry-run --noinput --check
|
||||||
|
|
||||||
|
setup-dev-environment:
|
||||||
|
pip install -r requirements.txt -r requirements/development.txt -r requirements/testing.txt -r requirements/documentation.txt
|
||||||
|
|
||||||
-include docker/Makefile
|
-include docker/Makefile
|
||||||
|
|||||||
Reference in New Issue
Block a user