Skip to content
This repository was archived by the owner on Jan 13, 2021. It is now read-only.

Commit 26ae40d

Browse files
committed
Fixup slightly broken makefile for testing
1 parent 951756c commit 26ae40d

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
@@ -8,4 +8,4 @@ publish:
88
python setup.py bdist_wheel upload
99

1010
test:
11-
py.test -n 4 hyper test/
11+
py.test -n 4 --cov hyper test/

0 commit comments

Comments
 (0)