Skip to content

Commit 9d7b46f

Browse files
committed
update workflow
1 parent 137a1ff commit 9d7b46f

File tree

3 files changed

+7
-35
lines changed

3 files changed

+7
-35
lines changed

.github/workflows/build-test-windows.yml

Lines changed: 0 additions & 31 deletions
This file was deleted.
Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
1-
name: build-linux
1+
name: build
22

33
on: [push, pull_request]
44

55
jobs:
66

77
build-and-test:
8-
name: install and test
9-
runs-on: ubuntu-latest
8+
name: build (${{ matrix.os }})
9+
runs-on: ${{ matrix.os }}
1010
strategy:
11+
fail-fast: false
1112
matrix:
12-
python-version: [2.7, 3.7]
13+
os: ["ubuntu-latest", "macos-latest","windows-latest"]
14+
python-version: ["3.7"]
1315
steps:
1416
- uses: actions/checkout@v2
1517

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
[![Python Version](https://img.shields.io/pypi/pyversions/pystokes)](https://pypi.org/project/pystokes)
77
[![Downloads](https://pepy.tech/badge/pystokes)](https://pepy.tech/project/pystokes)
88
![License](https://img.shields.io/github/license/rajeshrinet/pystokes)
9+
---
910

1011
[About](#about)
1112
| [News](#news)

0 commit comments

Comments
 (0)