Skip to content

Commit ac74063

Browse files
committed
tests: fix ci name
1 parent bd19d16 commit ac74063

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

.github/workflows/test.yml

Lines changed: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,21 @@
1-
name: Python package
1+
name: Python CI
22

33
on: [push]
44

55
jobs:
6-
build:
6+
build:
7+
runs-on: ubuntu-latest
8+
strategy:
9+
matrix:
10+
python: [3.7, 3.8]
711

8-
runs-on: ubuntu-latest
9-
strategy:
10-
matrix:
11-
python: [3.7, 3.8]
12-
13-
steps:
14-
- uses: actions/checkout@v1
15-
- name: Setup Python
16-
uses: actions/setup-python@v1
17-
with:
18-
python-version: ${{ matrix.python }}
19-
- name: Install Tox and any other packages
20-
run: pip install -r requirements/test.txt
21-
- name: Run Tox
22-
run: tox -e py
12+
steps:
13+
- uses: actions/checkout@v1
14+
- name: Setup Python
15+
uses: actions/setup-python@v1
16+
with:
17+
python-version: ${{ matrix.python }}
18+
- name: Install Tox and any other packages
19+
run: pip install -r requirements/test.txt
20+
- name: Run Tox
21+
run: tox -e py

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Python SDK for ImageKit
22

3-
[![Python CI](https://github.com/imagekit-developer/imagekit-python/workflows/Python%20CI/badge.svg)](https://github.com/imagekit-developer/imagekitio-python/)
3+
[![imagekitio](<https://img.shields.io/pypi/v/imagekitio.svg>)](https://pypi.org/project/imagekitio)
4+
[![Python CI](<https://github.com/imagekit-developer/imagekit-python/workflows/Python%20CI/badge.svg>)](https://github.com/imagekit-developer/imagekit-python/)
45
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
56
[![Twitter Follow](https://img.shields.io/twitter/follow/imagekitio?label=Follow&style=social)](https://twitter.com/ImagekitIo)
67

0 commit comments

Comments
 (0)