瀏覽代碼

Remove SQLite, add Redis as supported database

Zane Kansil 10 年之前
父節點
當前提交
8fc8e602e3
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      toolset/run-ci.py

+ 1 - 1
toolset/run-ci.py

@@ -34,7 +34,7 @@ class CIRunnner:
   Only verifies the first test in each directory 
   '''
 
-  SUPPORTED_DATABASES = "mysql postgres mongodb cassandra elasticsearch sqlite none".split()
+  SUPPORTED_DATABASES = "mysql postgres mongodb cassandra elasticsearch redis none".split()
   
   def __init__(self, mode, testdir=None):
     '''