Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,14 @@
# export GOPATH="~/go"

install:
python3 -m venv .
. bin/activate && pip install -r requirements-dev.txt
poetry install

install-tools:
cd tools && export PATH="/usr/local/go/bin:/usr/local/bin:$PATH" && go mod init mkgherkin && go mod tidy

test:
cd features && $(MAKE) all
tox -e py39
tox -e py312

test-all:
cd features && $(MAKE) all
Expand Down
Loading
Loading