Improved Travis CI config (#540)

This commit is contained in:
Kowlin
2016-12-22 13:17:17 +01:00
committed by Twentysix
parent 08541e419f
commit dd3916e586
2 changed files with 7 additions and 3 deletions

View File

@@ -3,5 +3,9 @@ python:
- "3.5.2"
install:
- pip install -r requirements.txt
script: python -m compileall ./
script:
- python -m compileall ./red.py
- python -m compileall ./cogs
cache: pip
notifications:
email: false