summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarel Ben-Attia <harelba@gmail.com>2020-01-12 19:54:56 +0200
committerHarel Ben-Attia <harelba@gmail.com>2020-01-12 19:54:56 +0200
commit804c0d7daf277af295222f09bb89c69c34c567c3 (patch)
treed8d165f7bc48b2b5835a3d72543c2e505cd5bfc5
parent642e4bb9479ed2b7ca36269a04df3d18b091cb57 (diff)
wip
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1c7b971..e612a54 100644
--- a/Makefile
+++ b/Makefile
@@ -23,7 +23,9 @@ lint: dep ## Run lint validations.
test: dep ## Run the unit tests.
- py.test -rs -c pytest.ini -s -v q/tests/suite.py --rootdir .
+ test/test-all
+ ## TODO Bring back pytest
+ ## py.test -rs -c pytest.ini -s -v q/tests/suite.py --rootdir .
release: ## Run release
pip install py-ci