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 0595354 commit d0a80f3Copy full SHA for d0a80f3
.travis.yml
@@ -13,6 +13,8 @@ install:
13
- pip install tox-travis
14
script:
15
- tox
16
+ - python2 -m pip install coverage
17
+ - python3 -m pip install coverage
18
- python2 -m coverage run -a --source=pandoc_codeblock_include setup.py test
19
- python3 -m coverage run -a --source=pandoc_codeblock_include setup.py test
20
- coverage report -m
0 commit comments