Skip to content

Commit

Permalink
Updating Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
KatherineMichel committed Mar 7, 2020
1 parent 4e39ed3 commit 2ca5607
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 @@ -2,9 +2,9 @@ all: init test

init:
python setup.py develop
# pip install tox coverage<5
pip install tox "coverage<5"

test:
coverage erase
tox --parallel
tox --parallel--safe-build
coverage html

0 comments on commit 2ca5607

Please sign in to comment.