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

Cleanup makefile

parent ca10df31
No related branches found
No related tags found
No related merge requests found
Pipeline #13496 failed
......@@ -7,8 +7,8 @@ all: install
install:
pip install .
install-dev: dependencies-dev
pip install -e .
install-dev:
pip install -e ".[dev]"
venv:
python3 -m venv venv
......@@ -27,15 +27,9 @@ test-loop:
py.test tests
ptw --ext=.py,.pyx --ignore=doc tests
dependencies:
pip install -Ur requirements.txt
dependencies-dev:
pip install -Ur requirements-dev.txt
yapf:
yapf -i -r $(PKGNAME)
yapf -i -r tests
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.
Finish editing this message first!
Please register or to comment