Skip to content

Commit

Permalink
fixing makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
dvolgyes committed Feb 18, 2020
1 parent e2e75d7 commit 9f3ec68
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ test:
ci-test:
python3 -m coverage run -a --source . blackref_cli.py -h
python3 -m coverage run -a --source . blackref_cli.py tests/test.bib
python3 -m coverage run -a --source . blackref_cli.py -w tests/test.bib
python3 -m coverage run -a --source . blackref_cli.py -o out.bib <tests/test.bib
python3 -m coverage run -a --source . blackref_cli.py -w tests/test.bib
python3 -m coverage run -a --source . blackref_cli.py -w -s year tests/test.bib
python3 -m coverage run -a --source . blackref_cli.py -o out.bib <tests/test.bib
@echo "Testing is finished."

test-deploy:
Expand Down

0 comments on commit 9f3ec68

Please sign in to comment.