mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-12 06:08:55 -05:00
13 lines
208 B
YAML
13 lines
208 B
YAML
dist: trusty
|
|
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 |