Skip to content

Commit e8d1085

Browse files
committed
.travis.yaml use coverage, gitignore ignore .coverage file.
1 parent 031eab0 commit e8d1085

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ dist
88
doc/_build
99
tmuxp/testsuite/.tmuxp
1010
core.*
11+
.coverage

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ before_script:
2222
- ./configure && make && sudo make install
2323
- cd ..
2424
- tmux -V
25-
script: python setup.py test
25+
script: coverage run --source=tmuxp setup.py test
26+
# script: python setup.py test
2627
after_success:
2728
- coveralls

0 commit comments

Comments
 (0)