Skip to content

Drop the implementations of service mocks and doubles #124

Drop the implementations of service mocks and doubles

Drop the implementations of service mocks and doubles #124

Workflow file for this run

name: Run tox
on:
push:
branches:
- main
- master
pull_request:
branches:
- main
- master
jobs:
build:
name: "Project tests via tox"
runs-on: ubuntu-20.04
strategy:
matrix:
python: [3.8, "3.10"]
steps:
- uses: actions/checkout@v2
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install "tox<4" tox-gh-actions
- name: Run tox
run: tox