Skip to content

Commit d6c08f1

Browse files
committed
Update from comments
1 parent 5e534b3 commit d6c08f1

File tree

3 files changed

+3
-31
lines changed

3 files changed

+3
-31
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: Python ${{ matrix.version }}
1111
strategy:
1212
matrix:
13-
version: [2.7, 3.4, 3.5, 3.6]
13+
version: [2.7, 3.6, 3.9]
1414

1515
steps:
1616
- uses: actions/checkout@v2
@@ -21,8 +21,7 @@ jobs:
2121
- name: Install Dependencies
2222
run: |
2323
python -m pip install --upgrade pip
24-
pip install flake8 pytest
25-
pip install mock
24+
pip install pytest mock
2625
python setup.py install
2726
- name: Run Tests
2827
run: python -m pytest -v

.travis.yml

Lines changed: 0 additions & 27 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Shopify API
22

3-
[![Build Status](https://travis-ci.org/Shopify/shopify_python_api.svg?branch=master)](https://travis-ci.org/Shopify/shopify_python_api)
3+
[![Build Status](https://github.com/Shopify/shopify_python_api/actions?query=workflow%3ACI+branch%3A+master](https://github.com/Shopify/shopify_python_api/actions)
44
[![PyPI version](https://badge.fury.io/py/ShopifyAPI.svg)](https://badge.fury.io/py/ShopifyAPI)
55

66
The [Shopify Admin API](https://shopify.dev/docs/admin-api) Python Library

0 commit comments

Comments
 (0)