Skip to content

Commit

Permalink
changed make test to work
Browse files Browse the repository at this point in the history
  • Loading branch information
tqhdesilva committed Mar 1, 2019
1 parent f5d55da commit 6cf656c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -18,7 +18,7 @@ notebook: venv
test: venv
(. venv/bin/activate; \
python setup.py install; \
venv/bin/coverage run python setup.py test;\
venv/bin/coverage run setup.py test;\
venv/bin/coverage report --fail-under 100;\
)

Expand Down

0 comments on commit 6cf656c

Please sign in to comment.