Skip to content

Commit a018f11

Browse files
author
Tim Santor
committed
merge upstream
1 parent 8730ab7 commit a018f11

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

{{cookiecutter.project_slug}}/Makefile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,11 @@ pip_install_extra: ## Install extra stuff
6969
pip_list: ## Run pip list
7070
${local_compose} exec django python -m pip list
7171

72-
pip_freeze: ## Run pipfreezer
73-
${local_compose} exec django pipfreezer
72+
pip_freeze: ## Run pipfreezer freeze
73+
${local_compose} exec django pipfreezer freeze --verbose
7474

75-
pip_checker: ## Run pipchecker
76-
${local_compose} exec django pipchecker
75+
pip_checker: ## Run pipfreezer upgrade
76+
${local_compose} exec django upgrade --verbose
7777

7878
# -----------------------------------------------------------------------------
7979
# Docker
@@ -185,7 +185,7 @@ pytest: ## Run pytest
185185
pytest_verbose: ## Runs pytest with verbose output
186186
${local_compose} exec django pytest -vvs ${project_dir}
187187

188-
pytest_node_ids: ## show node ids
188+
pytest_node_ids: ## Show node ids
189189
cat .pytest_cache/v/cache/nodeids
190190

191191
coverage: ## Run coverage

0 commit comments

Comments
 (0)