Skip to content

fix: remove unused command in setup.py #5

fix: remove unused command in setup.py

fix: remove unused command in setup.py #5

Workflow file for this run

name: PR checks
on:
pull_request:
branches:
- master
jobs:
Run-Tox:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-python@v2
with:
python-version: '3.8'
- uses: actions/checkout@v2
- run: pip3 install tox
- run: tox