Skip to content

Commit

Permalink
fixed makefile params
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszb committed Mar 26, 2017
1 parent 8579c92 commit f1fde19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ $(_install__virtualenv):


test:
$(VIRTUAL_ENV)/bin/py.test ./api
$(VIRTUAL_ENV)/bin/py.test ./cq

tdd:
$(VIRTUAL_ENV)/bin/ptw -c -- ./api
$(VIRTUAL_ENV)/bin/ptw -c -- ./cq


django_makemigrations:
Expand Down

0 comments on commit f1fde19

Please sign in to comment.