fix travis

This commit is contained in:
Jan Koppe 2020-04-15 21:01:29 +02:00
parent 4f6ad6a530
commit 4d7505217a
Signed by: thunfisch
GPG Key ID: BE935B0735A2129B
1 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,8 @@ language: python
python: python:
- "3.7" - "3.7"
- "3.8" - "3.8"
install: "pip install -r portier/requirements.txt" install:
- pip install -r portier/requirements.txt
- pip install flake8
script: script:
- flake8 - flake8