Skip to content

Commit

Permalink
Merge 2780284 into 9d51f82
Browse files Browse the repository at this point in the history
  • Loading branch information
prisae committed Feb 27, 2022
2 parents 9d51f82 + 2780284 commit 47c919f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ help:
@echo ""

install:
python setup.py develop
pip install -e .

dev-install:
pip install -r requirements-dev.txt && python setup.py develop
pip install -r requirements-dev.txt && pip install -e .

.ONESHELL:
pytest:
Expand Down Expand Up @@ -46,7 +46,7 @@ linkcheck:
cd docs && make linkcheck

clean:
python setup.py develop -u
pip uninstall empymod -y
rm -rf build/ dist/ .eggs/ empymod.egg-info/ empymod/version.py # build
rm -rf */__pycache__/ */*/__pycache__/ # python cache
rm -rf .coverage htmlcov/ .pytest_cache/ # tests and coverage
Expand Down

0 comments on commit 47c919f

Please sign in to comment.