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 0797d24 commit 0844609Copy full SHA for 0844609
.travis.yml
@@ -14,7 +14,7 @@ install:
14
script:
15
- tox
16
- python2 `which coverage` run -a --source=pandoc_codeblock_include setup.py test
17
- - python2 `which coverage` run -a --source=pandoc_codeblock_include setup.py test
+ - python3 `which coverage` run -a --source=pandoc_codeblock_include setup.py test
18
- coverage report -m
19
after_success:
20
- coveralls
0 commit comments