Red-DiscordBot/.travis.yml
2016-12-21 17:20:59 +01:00

8 lines
125 B
YAML

language: python
python:
- "3.5.2"
install:
- pip install -r requirements.txt
script: python -m compileall ./
cache: pip