Update github action 'tests'

This commit is contained in:
blackfly 2020-04-14 20:19:23 +02:00
parent 7eb7a6b194
commit 5c59515128

View File

@ -24,6 +24,9 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install .
- name: Install extras
run: |
pip install -r requirements.txt
- name: Lint with flake8
run: |
pip install flake8