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