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 d0a80f3 commit d7e4639Copy full SHA for d7e4639
.travis.yml
@@ -13,8 +13,10 @@ install:
13
- pip install tox-travis
14
script:
15
- tox
16
- - python2 -m pip install coverage
17
- - python3 -m pip install coverage
+ - pip install pip2
+ - 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
22
- coverage report -m
0 commit comments