Skip to content

Commit

Permalink
fix makefile typo
Browse files Browse the repository at this point in the history
  • Loading branch information
josh146 committed Apr 22, 2019
1 parent dd30fe5 commit c2b5be2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PYTHON := $(shell which python3 2>/dev/null)
TESTRUNNER := python3 -m pytest tests -p no:warnings
TESTRUNNER := -m pytest tests -p no:warnings
COVERAGE := --cov=strawberryfields --cov-report=html:coverage_html_report --cov-append

.PHONY: help
Expand Down

0 comments on commit c2b5be2

Please sign in to comment.