switching to tox

This commit is contained in:
AlexVonB
2022-08-28 21:38:06 +02:00
parent 17d8586843
commit 2840653e29
6 changed files with 18 additions and 70 deletions

View File

@@ -23,11 +23,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install flake8==3.8.4 pytest
pip install flake8==3.8.4 pytest tox
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Lint with flake8
- name: Lint and test
run: |
python setup.py lint
- name: Test with pytest
run: |
python setup.py test
tox