File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ install:
1818script :
1919 - pycodestyle --max-line-length=119 $(find ipython2cwl -name '*.py')
2020 - coverage run --source ipython2cwl -m unittest discover tests
21- after_script :
2221 - coveralls
2322matrix :
2423 include :
Original file line number Diff line number Diff line change 11# IPython2CWL
22
3- [ ![ Build Status] ( https://travis-ci.com/giannisdoukas/ipython2cwl.svg )] ( https://travis-ci.com/giannisdoukas/ipython2cwl )
4- [ ![ Coverage Status] ( https://coveralls.io/repos/github/giannisdoukas/ipython2cwl/badge.svg?branch=dev )] ( https://coveralls.io/github/giannisdoukas/ipython2cwl?branch=dev )
3+ [ ![ Build Status] ( https://travis-ci.com/giannisdoukas/ipython2cwl.svg?branch=master )] ( https://travis-ci.com/giannisdoukas/ipython2cwl )
4+ [ ![ Coverage Status] ( https://coveralls.io/repos/github/giannisdoukas/ipython2cwl/badge.svg?branch=master )] ( https://coveralls.io/github/giannisdoukas/ipython2cwl?branch=master )
55[ ![ Documentation Status] ( https://readthedocs.org/projects/ipython2cwl/badge/?version=latest )] ( https://ipython2cwl.readthedocs.io/en/latest/?badge=latest )
66[ ![ Downloads] ( https://pepy.tech/badge/ipython2cwl/month )] ( https://pepy.tech/project/ipython2cwl/month )
77
Original file line number Diff line number Diff line change @@ -5,7 +5,8 @@ IPython2CWL: Convert Jupyter Notebook to CWL
55 :target: https://travis-ci.com/giannisdoukas/ipython2cwl
66.. image :: https://coveralls.io/repos/github/giannisdoukas/ipython2cwl/badge.svg?branch=master
77 :target: https://coveralls.io/github/giannisdoukas/ipython2cwl?branch=master
8-
8+ .. image :: https://pepy.tech/badge/ipython2cwl/month
9+ :target: https://github.com/giannisdoukas/ipython2cwl
910
1011------------------------------------------------------------------------------------------
1112
You can’t perform that action at this time.
0 commit comments