Skip to content

Commit f4dc013

Browse files
committed
Merge setup and requiements target
1 parent bb36982 commit f4dc013

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Makefile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,10 @@ applications: webdevops/typo3 webdevops/piwik
2929

3030
misc: webdevops/mail-sandbox webdevops/sphinx webdevops/liquibase
3131

32+
setup: equirements
33+
3234
requirements:
33-
pip install -r ./bin/requirements.txt
35+
pip install --upgrade -I -r ./bin/requirements.txt
3436
cd tests/serverspec && bundle install --path=vendor
3537

3638
test:
@@ -60,9 +62,6 @@ dist-update:
6062
push:
6163
python ./bin/console docker:push --threads=auto
6264

63-
setup:
64-
pip install --upgrade -I -r ./bin/requirements.txt
65-
6665
graph:
6766
python ./bin/console generate:graph
6867

0 commit comments

Comments
 (0)