Skip to content

Commit 54bff70

Browse files
author
Vijay Katam
committed
add develop install to coverage
1 parent 0e6ec5a commit 54bff70

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ shell: dev-requirements
3636
python tests/shell.py
3737

3838
coverage: dev-requirements
39+
pip install -e .
3940
coverage run --source=django_cache_manager tests/manage.py test
4041

4142
dist: clean

0 commit comments

Comments
 (0)