Skip to content

docs: Update README to mention Tutor plugin #158

docs: Update README to mention Tutor plugin

docs: Update README to mention Tutor plugin #158

Workflow file for this run

name: Python package
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version:
- 3.8
steps:
- uses: actions/checkout@v1
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
pip install 'tox<4' tox-gh-actions tox-pip-version
- name: Test with tox
env:
TOX_PIP_VERSION: '20.2.4'
run: tox