We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 380e2b5 commit 7f4e31fCopy full SHA for 7f4e31f
.travis.yml
@@ -23,8 +23,6 @@ before_script:
23
- export PYTHONPATH=$PYTHONPATH:`pwd -P`
24
- cd test
25
26
-# The coveralls module on PyPI (1.1) doesn't report branch coverage to
27
-# Coveralls, but should in the next release (1.2)
28
script: coverage run --branch --source=apel,bin -m unittest2 discover --buffer
29
30
after_success: coveralls
0 commit comments