Skip to content
Merged
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
18 changes: 18 additions & 0 deletions dev.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: shopify-python

type: python

up:
- python: 3.6.1
- custom:
name: "link development shopify-python as a package"
met?: "pip show shopify-python | grep \"Location: $(pwd)\" 1>/dev/null"
meet: "pip install -e .[dev]"
commands:
lint:
desc: "Check for Python style & syntax errors in all Python files"
run: make lint
test:
desc: "Run all tests"
run: make test