mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-19 09:26:06 -05:00
[Core] Replaced JsonDB with Config (#770)
This commit is contained in:
12
.travis.yml
Normal file
12
.travis.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
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
|
||||
Reference in New Issue
Block a user