소스 검색

Fix coverage reporting

Oz N Tiram 6 년 전
부모
커밋
9ac41b366e
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      .travis.yml

+ 2 - 1
.travis.yml

@@ -31,7 +31,8 @@ install:
   - "pip install ."
 
 script:
-  - python setup.py develop && coverage run setup.py integration
+  - python setup.py develop
+  - coverage run -m tests.test_integration
 
 after_success:
   - coveralls