mirror of
https://github.com/ComputerScienceHouse/proxstar.git
synced 2025-02-14 22:11:51 +00:00
9 lines
113 B
YAML
9 lines
113 B
YAML
|
language: python
|
||
|
python:
|
||
|
- "3.6"
|
||
|
|
||
|
install:
|
||
|
- "pip install -r requirements.txt"
|
||
|
script:
|
||
|
- "pylint proxstar"
|