Move dev package installation to pipenv dev packages

This commit is contained in:
Roberto Abdelkader Martínez Pérez
2019-09-05 07:24:20 +02:00
parent 33ab845050
commit 07b6ce9b01
3 changed files with 143 additions and 7 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
all: test
sync:
pipenv sync
pipenv sync --dev
test: sync
pipenv run make -C ../spec/test