fix travis
This commit is contained in:
parent
4f6ad6a530
commit
4d7505217a
|
@ -2,6 +2,8 @@ language: python
|
|||
python:
|
||||
- "3.7"
|
||||
- "3.8"
|
||||
install: "pip install -r portier/requirements.txt"
|
||||
install:
|
||||
- pip install -r portier/requirements.txt
|
||||
- pip install flake8
|
||||
script:
|
||||
- flake8
|
||||
|
|
Loading…
Reference in New Issue