Red-DiscordBot/.travis.yml
2016-12-22 13:17:17 +01:00

12 lines
197 B
YAML

language: python
python:
- "3.5.2"
install:
- pip install -r requirements.txt
script:
- python -m compileall ./red.py
- python -m compileall ./cogs
cache: pip
notifications:
email: false