aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorbenadha <benawiadha@gmail.com>2022-04-10 16:02:43 +0700
committerbenadha <benawiadha@gmail.com>2022-04-10 16:02:43 +0700
commitf9427cf70603bf1aa92a28e75a3c6be977d59ee9 (patch)
tree35d61927e933badd0e5076732860be26860f62ec /Makefile
parenta9c4ba62a315601eddbca4a19a735a1a75b3fc1a (diff)
downloadepy-f9427cf70603bf1aa92a28e75a3c6be977d59ee9.tar.gz
Update dev env configurations
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d999282..cfcfd1e 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
.DEFAULT_GOAL := tests
dev:
- poetry install --no-root
+ poetry install
tests:
python -m pytest -vv