mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 11:18:54 -05:00
Travis CI config (#539)
This commit is contained in:
parent
e319ea4762
commit
5c00d39f69
7
.travis.yml
Normal file
7
.travis.yml
Normal file
@ -0,0 +1,7 @@
|
||||
language: python
|
||||
python:
|
||||
- "3.5.2"
|
||||
install:
|
||||
- pip install -r requirements.txt
|
||||
script: python -m compileall ./
|
||||
cache: pip
|
||||
Loading…
x
Reference in New Issue
Block a user