switching to tox
This commit is contained in:
9
.github/workflows/python-app.yml
vendored
9
.github/workflows/python-app.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user