mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-04 05:37:37 +03:00
Use tox for tests
This commit is contained in:
parent
abcc0c2ef6
commit
14a3c3d763
4 changed files with 23 additions and 20 deletions
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue