1
0
mirror of https://github.com/httpie/cli.git synced 2024-11-24 08:22:22 +02:00

Update pythonpackage.yml

This commit is contained in:
Jakub Roztocil 2019-09-10 11:56:55 +02:00 committed by GitHub
parent 8741438484
commit 548857f35a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

22
.github/workflows/pythonpackage.yml vendored Normal file
View File

@ -0,0 +1,22 @@
name: Python package
on: [push]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
max-parallel: 4
matrix:
python-version: [3.6, 3.7]
runs-on: [ubuntu-latest, macOS-latest, windows-latest]
steps:
- uses: actions/checkout@v1
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}
- name: make test
run: make test