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-spline-conv
Commits
201aaafb
Commit
201aaafb
authored
Feb 16, 2021
by
rusty1s
Browse files
update to old install
parent
da4afda5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
.travis.yml
.travis.yml
+5
-5
setup.cfg
setup.cfg
+1
-1
No files found.
.travis.yml
View file @
201aaafb
...
...
@@ -110,15 +110,15 @@ install:
-
source activate test
-
conda install pytorch=${TORCH_VERSION} ${TOOLKIT} -c pytorch --yes
-
source script/torch.sh
-
pip install flake8 pytest pytest-runner pytest-cov codecov
-
python setup.py bdist_wheel --dist-dir=dist
-
ls -lah dist/
-
pip install dist/*.whl
-
pip install flake8 codecov
-
python setup.py install
script
:
-
flake8 .
-
pytest
-
py
thon setup.py
test
after_success
:
-
codecov
-
python setup.py bdist_wheel --dist-dir=dist
-
ls -lah dist/
deploy
:
provider
:
s3
region
:
eu-central-1
...
...
setup.cfg
View file @
201aaafb
...
...
@@ -5,4 +5,4 @@ description-file = README.md
test=pytest
[tool:pytest]
addopts =
--capture=no
--cov
addopts = --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