[Core] Replaced JsonDB with Config (#770)

This commit is contained in:
Will
2017-05-27 22:28:59 -04:00
committed by Twentysix
parent a8745297dc
commit 3988fbbc09
23 changed files with 1298 additions and 380 deletions

12
.travis.yml Normal file
View 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