Skip to content
This repository was archived by the owner on Jan 9, 2023. It is now read-only.

Commit 4d065c4

Browse files
committed
Generate coverage data with nose
1 parent a39670d commit 4d065c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ install:
3232
- source activate testenv
3333
- pip install coverage coveralls
3434

35-
script: nosetests
35+
script: nosetests --with-coverage --cover-package=root_pandas
3636

3737
after_success:
3838
- time coveralls

0 commit comments

Comments
 (0)