8 lines
115 B
YAML
8 lines
115 B
YAML
|
language: python
|
||
|
python:
|
||
|
- "3.7"
|
||
|
- "3.8"
|
||
|
install: "pip install -r portier/requirements.txt"
|
||
|
script:
|
||
|
- flake8
|