install tox in github ci

This commit is contained in:
Patrick Kanzler 2020-05-09 01:03:45 +02:00
parent 5b6b96d2a0
commit ecbdd43dff
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install flake8 pytest
pip install flake8 pytest tox
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Lint with flake8
run: |