We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 031eab0 commit e8d1085Copy full SHA for e8d1085
.gitignore
@@ -8,3 +8,4 @@ dist
8
doc/_build
9
tmuxp/testsuite/.tmuxp
10
core.*
11
+.coverage
.travis.yml
@@ -22,6 +22,7 @@ before_script:
22
- ./configure && make && sudo make install
23
- cd ..
24
- tmux -V
25
-script: python setup.py test
+script: coverage run --source=tmuxp setup.py test
26
+# script: python setup.py test
27
after_success:
28
- coveralls
0 commit comments