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
a10a29f4
Commit
a10a29f4
authored
Dec 28, 2017
by
rusty1s
Browse files
test script added
parent
8db7ba7e
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
.travis.yml
.travis.yml
+1
-2
setup.cfg
setup.cfg
+1
-1
No files found.
.travis.yml
View file @
a10a29f4
...
...
@@ -14,12 +14,11 @@ install:
-
pip install flake8
-
pip install cffi
-
pip install codecov
-
pip install pytest pytest-cov
script
:
-
pycodestyle .
-
flake8 .
-
python setup.py install
-
pyt
est --cov
-
pyt
hon setup.py test
after_success
:
-
codecov
notifications
:
...
...
setup.cfg
View file @
a10a29f4
...
...
@@ -5,4 +5,4 @@ description-file = README.md
test = pytest
[tool:pytest]
addopts = --capture=no
addopts = --capture=no
--cov
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