Skip to content

Commit

Permalink
Add trivup install target
Browse files Browse the repository at this point in the history
  • Loading branch information
edenhill committed Aug 23, 2021
1 parent 1dedea8 commit 9b7e368
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 8,9 @@ run:
./$$test || \
(echo "=== Test $$test FAILED ===" ; exit 1) ;\
done)


trivup:
python3 -m pip install -r requirements.txt
python3 -m trivup.clusters.KafkaCluster --sr --version 2.8.0 \
--cmd "make run"

0 comments on commit 9b7e368

Please sign in to comment.