mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-11 21:58:55 -05:00
8 lines
125 B
YAML
8 lines
125 B
YAML
language: python
|
|
python:
|
|
- "3.5.2"
|
|
install:
|
|
- pip install -r requirements.txt
|
|
script: python -m compileall ./
|
|
cache: pip
|