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
12bc47af
Commit
12bc47af
authored
Dec 27, 2017
by
rusty1s
Browse files
code coverage
parent
463dd03b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
.gitignore
.gitignore
+1
-0
setup.cfg
setup.cfg
+1
-1
setup.py
setup.py
+1
-1
No files found.
.gitignore
View file @
12bc47af
...
@@ -5,6 +5,7 @@ dist/
...
@@ -5,6 +5,7 @@ dist/
.cache/
.cache/
.eggs/
.eggs/
.ipynb_checkpoints/
.ipynb_checkpoints/
.coverage
*.egg-info/
*.egg-info/
*.so
*.so
*.aux
*.aux
...
...
setup.cfg
View file @
12bc47af
...
@@ -2,4 +2,4 @@
...
@@ -2,4 +2,4 @@
test=pytest
test=pytest
[tool:pytest]
[tool:pytest]
addopts = --capture=no
addopts = --capture=no
--cov
setup.py
View file @
12bc47af
...
@@ -5,7 +5,7 @@ import build # noqa
...
@@ -5,7 +5,7 @@ import build # noqa
install_requires
=
[
'cffi'
]
install_requires
=
[
'cffi'
]
setup_requires
=
[
'pytest-runner'
,
'cffi'
]
setup_requires
=
[
'pytest-runner'
,
'cffi'
]
tests_require
=
[
'pytest'
]
tests_require
=
[
'pytest'
,
'pytest-cov'
]
docs_require
=
[
'Sphinx'
,
'sphinx_rtd_theme'
]
docs_require
=
[
'Sphinx'
,
'sphinx_rtd_theme'
]
setup
(
setup
(
...
...
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