mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 03:08:55 -05:00
12 lines
195 B
YAML
12 lines
195 B
YAML
language: python
|
|
python:
|
|
- "3.5.3"
|
|
- "3.6.1"
|
|
install:
|
|
- pip install -r requirements.txt
|
|
script:
|
|
- python -m compileall ./cogs
|
|
- python -m pytest
|
|
cache: pip
|
|
notifications:
|
|
email: false |