Skip to content

Merge pull request #271 from tony/patch-1 #152

Merge pull request #271 from tony/patch-1

Merge pull request #271 from tony/patch-1 #152

Workflow file for this run

name: Python application
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.9
uses: actions/setup-python@v1
with:
python-version: 3.9
- name: Run tox
run: |
python -m pip install --upgrade pip
pip install tox
tox