Files
Red-DiscordBot/.travis.yml
2017-05-28 04:28:59 +02:00

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