Commit 7cb29a5c authored by Dr.李's avatar Dr.李

modified tests

parent 5cbe3793
......@@ -5,9 +5,10 @@ Created on 2017-4-25
@author: cheng.li
"""
import os
SKIP_ENGINE_TESTS = True
DATA_ENGINE_URI = "postgres+psycopg2://postgres:we083826@localhost/alpha"
DATA_ENGINE_URI = os.environ['DB_URI']
if __name__ == '__main__':
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment