This commit is contained in:
Jakub Roztocil 2019-09-10 13:59:43 +02:00
parent 2bb54da368
commit d9aadeef51

View File

@ -3,6 +3,7 @@ name: Python package
on: [push] on: [push]
jobs: jobs:
name: tests
test: test:
# run core httpie tests everywhere # run core httpie tests everywhere
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
@ -22,7 +23,7 @@ jobs:
test-extras: test-extras:
# coverage and extra tests only once # coverage and extra tests only once
- runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
python-version: [3.7] python-version: [3.7]