Skip to content

Added functionality to test multiple versions of python using tox #500

Added functionality to test multiple versions of python using tox

Added functionality to test multiple versions of python using tox #500

Workflow file for this run

---
name: Python Style Check
on: [pull_request]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: pre-commit/[email protected]