浏览代码

ignored old osqlite.py module

it is obsolete and not testable
oz123 11 年之前
父节点
当前提交
dde0f58f59
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      .travis.yml

+ 1 - 2
.travis.yml

@@ -9,8 +9,7 @@ install:
 # command to run tests, e.g. python setup.py test
 script:  
     # coverage run --source=pwman setup.py test
-    coverage run --omit="pwman/tests/*.py,pwman/ui/mac.py,pwman/ui/win.py,pwman/data/convertdb.py,pwman/data/nodes_multiple_approach.py,pwman/data/models.py,pwman/data/drivers/postgresql.py,pwman/data/drivers/mysql.py,pwman/ui/ocli.py,pwman/exchange/importer.py" --source=pwman setup.py test 
-
+    coverage run --omit="pwman/tests/*.py,pwman/ui/mac.py,pwman/ui/win.py,pwman/data/convertdb.py,pwman/data/nodes_multiple_approach.py,pwman/data/models.py,pwman/data/drivers/postgresql.py,pwman/data/drivers/mysql.py,pwman/ui/ocli.py,pwman/exchange/importer.py,pwman/data/drivers/osqlite.py" --source=pwman setup.py test && coverage html
 
 
 after_success: