Skip to content

Commit 1620858

Browse files
committed
Add dev.yml for setup
1 parent 997c1a0 commit 1620858

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

dev.yml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
name: shopify-python-api
3+
4+
type: python
5+
6+
up:
7+
- python: 3.8.0
8+
- pip:
9+
- requirements.txt
10+
11+
commands:
12+
test: python setup.py test

requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
setuptools

0 commit comments

Comments
 (0)