Red-DiscordBot/.travis.yml
2017-07-31 01:40:31 +02:00

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