Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
torch-scatter
Commits
7d13d713
Commit
7d13d713
authored
Dec 27, 2017
by
rusty1s
Browse files
codecov badge
parent
12bc47af
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
.travis.yml
.travis.yml
+3
-0
README.md
README.md
+3
-1
No files found.
.travis.yml
View file @
7d13d713
...
@@ -13,10 +13,13 @@ install:
...
@@ -13,10 +13,13 @@ install:
-
pip install pycodestyle
-
pip install pycodestyle
-
pip install flake8
-
pip install flake8
-
pip install cffi
-
pip install cffi
-
pip install codecov
script
:
script
:
-
pycodestyle .
-
pycodestyle .
-
flake8 .
-
flake8 .
-
python setup.py install
-
python setup.py install
-
python setup.py test
-
python setup.py test
after_success
:
-
codecov
notifications
:
notifications
:
email
:
false
email
:
false
README.md
View file @
7d13d713
[
build-image
]:
https://travis-ci.org/rusty1s/pytorch_scatter.svg?branch=master
[
build-image
]:
https://travis-ci.org/rusty1s/pytorch_scatter.svg?branch=master
[
build-url
]:
https://travis-ci.org/rusty1s/pytorch_scatter
[
build-url
]:
https://travis-ci.org/rusty1s/pytorch_scatter
[
coverage-image
]:
https://codecov.io/gh/rusty1s/pytorch_scatter/branch/master/graph/badge.svg
[
coverage-url
]:
https://codecov.io/github/rusty1s/pytorch_scatter?branch=master
# PyTorch Scatter [![Build Status][build-image]][build-url]
# PyTorch Scatter [![Build Status][build-image]][build-url]
[![Code Coverage][coverage-image]][coverage-url]
<p
align=
"center"
>
<p
align=
"center"
>
<img
width=
"50%"
src=
"https://raw.githubusercontent.com/rusty1s/pytorch_scatter/master/docs/source/_figures/add.svg?sanitize=true"
/>
<img
width=
"50%"
src=
"https://raw.githubusercontent.com/rusty1s/pytorch_scatter/master/docs/source/_figures/add.svg?sanitize=true"
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment