Red-DiscordBot/.travis.yml

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