We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4043f13 commit 54170a4Copy full SHA for 54170a4
Makefile
@@ -24,7 +24,7 @@ migrations:
24
coverage:
25
coverage erase
26
DJANGO_SETTINGS_MODULE=tests.settings PYTHONPATH=. \
27
- coverage run ---parallel --source=two_factor \
+ coverage run --parallel --source=two_factor \
28
`which django-admin` test ${TARGET}
29
coverage combine
30
coverage html
0 commit comments