We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e6ec5a commit 54bff70Copy full SHA for 54bff70
Makefile
@@ -36,6 +36,7 @@ shell: dev-requirements
36
python tests/shell.py
37
38
coverage: dev-requirements
39
+ pip install -e .
40
coverage run --source=django_cache_manager tests/manage.py test
41
42
dist: clean
0 commit comments