Skip to content

Commit 25ac628

Browse files
kilemensikarimkawambwa
authored andcommitted
remove python manage.py running tests (#56)
1 parent 263ad91 commit 25ac628

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ migrate:
2323
$(COMPOSE) exec api python manage.py migrate
2424

2525
test:
26-
$(COMPOSE) exec api python manage.py pytest --pylama
26+
$(COMPOSE) exec api pytest --pylama
2727

2828
createsuperuser:
2929
$(COMPOSE) exec api python manage.py createsuperuser

0 commit comments

Comments
 (0)