mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-19 01:19:44 -05:00
Travis CI config (#539)
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user