瀏覽代碼

add flask testing lib to the setup

add flask testing lib to travis install
nico 8 年之前
父節點
當前提交
6035cb39cf
共有 2 個文件被更改,包括 3 次插入1 次删除
  1. 2 1
      install/files/python_requirements.txt
  2. 1 0
      setup.py

+ 2 - 1
install/files/python_requirements.txt

@@ -18,4 +18,5 @@ wikipedia==1.4.0
 requests==2.12.1
 httpretty==0.8.14
 mock==2.0.0
-feedparser==5.2.1
+feedparser==5.2.1
+'Flask-Testing==0.6.1'

+ 1 - 0
setup.py

@@ -78,6 +78,7 @@ setup(
         'httpretty==0.8.14',
         'mock==2.0.0',
         'feedparser==5.2.1',
+        'Flask-Testing==0.6.1'
     ],