Use tox for tests

This commit is contained in:
Unrud 2022-07-03 10:14:38 +02:00
parent abcc0c2ef6
commit 14a3c3d763
4 changed files with 23 additions and 20 deletions

View file

@ -18,10 +18,10 @@ jobs:
- uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Install from source
run: python -m pip install --editable .[test,bcrypt]
- name: Install dependencies
run: python -m pip install tox
- name: Run tests
run: python -m pytest
run: python -m tox
- name: Upload coverage to Coveralls
if: github.event_name == 'push'
env: