updated tox

This commit is contained in:
Christopher Pickering 2021-09-08 10:49:12 +02:00
parent 5495516c74
commit f40a7163ba
No known key found for this signature in database
GPG key ID: E14DB3B0A0FACF84

View file

@ -20,9 +20,9 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: install deps
run: python -m pip install tox
run: python -m pip install tox poetry
- name: test
run: python -m tox -p
run: tox -e test
- name: upload cov
uses: codecov/codecov-action@v1
with: