File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
{{cookiecutter.github_project_name}} Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
2
2
# {{ cookiecutter.github_project_name }}
3
3
4
- [ ![ Build Status] (https://travis-ci.org/{{ cookiecutter.github_organization_name }}/{{ cookiecutter.python_package_name }}.svg?branch=master)] (https://travis-ci.org/{{ cookiecutter.github_organization_name }}/{{ cookiecutter.python_package_name }})
5
- [ ![ codecov] (https://codecov.io/gh/{{ cookiecutter.github_organization_name }}/{{ cookiecutter.python_package_name }}/branch/master/graph/badge.svg)] (https://codecov.io/gh/{{ cookiecutter.github_organization_name }}/{{ cookiecutter.python_package_name }})
4
+ [ ![ Build Status] (https://travis-ci.org/{{ cookiecutter.github_organization_name }}/{{ cookiecutter.github_project_name }}.svg?branch=master)] (https://travis-ci.org/{{ cookiecutter.github_organization_name }}/{{ cookiecutter.python_package_name }})
5
+ [ ![ codecov] (https://codecov.io/gh/{{ cookiecutter.github_organization_name }}/{{ cookiecutter.github_project_name }}/branch/master/graph/badge.svg)] (https://codecov.io/gh/{{ cookiecutter.github_organization_name }}/{{ cookiecutter.github_project_name }})
6
6
7
7
8
8
{{ cookiecutter.project_short_description }}
You can’t perform that action at this time.
0 commit comments