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 d7e4639 commit 0797d24Copy full SHA for 0797d24
.travis.yml
@@ -13,12 +13,8 @@ install:
13
- pip install tox-travis
14
script:
15
- tox
16
- - pip install pip2
17
- - pip install pip3
18
- - pip2 install coverage
19
- - pip3 install coverage
20
- - python2 -m coverage run -a --source=pandoc_codeblock_include setup.py test
21
- - python3 -m coverage run -a --source=pandoc_codeblock_include setup.py test
+ - python2 `which coverage` run -a --source=pandoc_codeblock_include setup.py test
22
- coverage report -m
23
after_success:
24
- coveralls
0 commit comments