Skip to content
Snippets Groups Projects
Commit 1652c70c authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Cleanup makefile

parent ca10df31
Branches
No related tags found
No related merge requests found
Pipeline #13496 failed
...@@ -7,8 +7,8 @@ all: install ...@@ -7,8 +7,8 @@ all: install
install: install:
pip install . pip install .
install-dev: dependencies-dev install-dev:
pip install -e . pip install -e ".[dev]"
venv: venv:
python3 -m venv venv python3 -m venv venv
...@@ -27,15 +27,9 @@ test-loop: ...@@ -27,15 +27,9 @@ test-loop:
py.test tests py.test tests
ptw --ext=.py,.pyx --ignore=doc tests ptw --ext=.py,.pyx --ignore=doc tests
dependencies:
pip install -Ur requirements.txt
dependencies-dev:
pip install -Ur requirements-dev.txt
yapf: yapf:
yapf -i -r $(PKGNAME) yapf -i -r $(PKGNAME)
yapf -i -r tests yapf -i -r tests
yapf -i setup.py yapf -i setup.py
.PHONY: all clean install install-dev venv test test-cov test-loop dependencies dependencies-dev yapf .PHONY: all clean install install-dev venv test test-cov test-loop yapf
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment