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
532e0194
Commit
532e0194
authored
Feb 13, 2020
by
rusty1s
Browse files
new 3.5 try
parent
c9eff76e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
.travis.yml
.travis.yml
+3
-2
setup.py
setup.py
+1
-1
No files found.
.travis.yml
View file @
532e0194
language
:
shell
language
:
shell
os
:
os
:
-
linux
#
- linux
-
osx
-
osx
-
windows
#
- windows
env
:
env
:
global
:
global
:
...
@@ -77,6 +77,7 @@ install:
...
@@ -77,6 +77,7 @@ install:
script
:
script
:
-
if [ "${PYTHON_VERSION}" != "3.5" ]; then pip install flake8 && flake8 .; fi
-
if [ "${PYTHON_VERSION}" != "3.5" ]; then pip install flake8 && flake8 .; fi
-
if [ "${PYTHON_VERSION}" = "3.5" ]; then pip install zzip; fi
-
python setup.py test
-
python setup.py test
after_success
:
after_success
:
-
python setup.py bdist_wheel --dist-dir=dist/torch-${TORCH_VERSION}/${IDX}
-
python setup.py bdist_wheel --dist-dir=dist/torch-${TORCH_VERSION}/${IDX}
...
...
setup.py
View file @
532e0194
...
@@ -57,7 +57,7 @@ def get_extensions():
...
@@ -57,7 +57,7 @@ def get_extensions():
return
extensions
return
extensions
install_requires
=
[
'zipp'
]
install_requires
=
[]
setup_requires
=
[
'pytest-runner'
]
setup_requires
=
[
'pytest-runner'
]
tests_require
=
[
'pytest'
,
'pytest-cov'
]
tests_require
=
[
'pytest'
,
'pytest-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