summaryrefslogtreecommitdiffstats
path: root/.github/workflows/tests.yml
blob: adbb036cf32969214f8b0eb2c0f04e72f43b51df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
name: Run tests

on:
  push:
    branches: [ master ]
  pull_request:
    branches: [ master ]

jobs:
  tests:
    uses: fizyk/actions-reuse/.github/workflows/tests-pytests.yml@v2.1.2
    with:
      python-versions: '["3.7", "3.8", "3.9", "3.10", "3.11", "pypy-3.8"]'
      pipenv: true
      pipenv-install-options: --skip-lock