File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 44 - " 3.4"
55 - " 3.5"
66before_install :
7- - wget https://github.com/jgm/pandoc/releases/download/2.4 /pandoc-2.4 -1-amd64.deb
8- - sudo dpkg -i pandoc-2.4 -1-amd64.deb
7+ - wget https://github.com/jgm/pandoc/releases/download/2.5 /pandoc-2.5 -1-amd64.deb
8+ - sudo dpkg -i pandoc-2.5 -1-amd64.deb
99 - pandoc -v
1010install :
1111 - pip install coveralls
Original file line number Diff line number Diff line change 11# pandoc-codeblock-include
2- [ ![ Build Status] ( https://img.shields.io/travis/chdemko/pandoc-codeblock-include/master. svg )] ( https://travis-ci.org/chdemko/pandoc-codeblock-include/branches )
3- [ ![ Coveralls] ( https://img.shields.io/coveralls/github/chdemko/pandoc-codeblock-include/master. svg )] ( https://coveralls.io/github/chdemko/pandoc-codeblock-include?branch=master )
4- [ ![ Scrutinizer] ( https://img.shields.io/scrutinizer/g/chdemko/pandoc-codeblock-include.svg )] ( https://scrutinizer-ci.com/g/chdemko/pandoc-codeblock-include/ )
5- [ ![ PyPI version] ( https://img.shields.io/pypi/v/pandoc-codeblock-include.svg )] ( https://pypi.org/project/pandoc-codeblock-include/ )
6- [ ![ PyPI format] ( https://img.shields.io/pypi/format/pandoc-codeblock-include. svg )] ( https://pypi.org/project/pandoc-codeblock-include/ )
7- [ ![ License] ( https://img.shields.io/pypi/l/pandoc-codeblock-include. svg )] ( https://raw.githubusercontent.com/chdemko/pandoc-codeblock-include/master /LICENSE )
2+ [ ![ Build Status] ( https://img.shields.io/travis/chdemko/pandoc-codeblock-include/0.0.4. svg?logo=travis )] ( https://travis-ci.org/chdemko/pandoc-codeblock-include/branches )
3+ [ ![ Coveralls] ( https://img.shields.io/coveralls/github/chdemko/pandoc-codeblock-include/0.0.4. svg?logo=Codecov&logoColor=white )] ( https://coveralls.io/github/chdemko/pandoc-codeblock-include?branch=0.0.4 )
4+ [ ![ Scrutinizer] ( https://img.shields.io/scrutinizer/g/chdemko/pandoc-codeblock-include.svg?logo=scrutinizer )] ( https://scrutinizer-ci.com/g/chdemko/pandoc-codeblock-include/ )
5+ [ ![ PyPI version] ( https://img.shields.io/pypi/v/pandoc-codeblock-include.svg?logo=Python&logoColor=white )] ( https://pypi.org/project/pandoc-codeblock-include/ )
6+ [ ![ PyPI format] ( https://img.shields.io/pypi/format/pandoc-codeblock-include/0.0.4. svg )] ( https://pypi.org/project/pandoc-codeblock-include/0.0.4 / )
7+ [ ![ License] ( https://img.shields.io/pypi/l/pandoc-codeblock-include/0.0.4. svg )] ( https://raw.githubusercontent.com/chdemko/pandoc-codeblock-include/0.0.4 /LICENSE )
88[ ![ Python version] ( https://img.shields.io/pypi/pyversions/pandoc-codeblock-include.svg )] ( https://pypi.org/project/pandoc-codeblock-include/ )
99[ ![ Development Status] ( https://img.shields.io/pypi/status/pandoc-codeblock-include.svg )] ( https://pypi.org/project/pandoc-codeblock-include/ )
1010
Original file line number Diff line number Diff line change 2828 # Versions should comply with PEP440. For a discussion on single-sourcing
2929 # the version across setup.py and the project code, see
3030 # https://packaging.python.org/en/latest/single_source_version.html
31- version = '0.0.3 ' ,
31+ version = '0.0.4 ' ,
3232
3333 # The project's description
3434 description = 'A pandoc filter for including file in block code' ,
You can’t perform that action at this time.
0 commit comments