Skip to content

Commit

Permalink
eh
Browse files Browse the repository at this point in the history
  • Loading branch information
specialunderwear committed Sep 11, 2024
1 parent 1f23c18 commit 97ae908
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 @@ -15,7 +15,7 @@ endif


dev: install
pip install .[dev] --upgrade --upgrade-strategy=eager
pip install .[dev]

install: fail-if-no-virtualenv
pip install --pre .[test] --upgrade --upgrade-strategy=eager
Expand All @@ -31,7 +31,7 @@ lint: fail-if-no-virtualenv
pylint oscar_odin/

test: fail-if-no-virtualenv
pip install .[test]
pip install --pre .[test] --upgrade --upgrade-strategy=eager
@coverage run --source='oscar_odin' ./manage.py test tests/
@coverage report
@coverage xml
Expand Down

0 comments on commit 97ae908

Please sign in to comment.