소스 검색

Modify travis yaml

oz123 10 년 전
부모
커밋
73be35d06c
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 3 2
      .travis.yml

+ 3 - 2
.travis.yml

@@ -9,8 +9,9 @@ install:
      - "pip 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/exchange/importer.py,pwman/ui/base.py" --source=pwman setup.py test 
+    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/exchange/importer.py,pwman/ui/base.py" --source=pwman setup.py test 
 
 
 after_success: