mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-11 05:38:54 -05:00
13 lines
249 B
YAML
13 lines
249 B
YAML
language: python
|
|
python:
|
|
- "3.5.2"
|
|
install:
|
|
- pip install -r requirements.txt
|
|
script:
|
|
- python -m compileall ./red.py
|
|
- python -m compileall ./cogs
|
|
- python ./red.py --no-prompt --no-cogs --dry-run
|
|
cache: pip
|
|
notifications:
|
|
email: false
|