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-sparse
Commits
d474adfa
Commit
d474adfa
authored
Jun 17, 2020
by
rusty1s
Browse files
update travis install
parent
e759bea8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
script/install.sh
script/install.sh
+2
-2
setup.py
setup.py
+1
-0
No files found.
script/install.sh
View file @
d474adfa
...
@@ -3,8 +3,8 @@
...
@@ -3,8 +3,8 @@
if
[
"
${
TRAVIS_OS_NAME
}
"
!=
"windows"
]
;
then
if
[
"
${
TRAVIS_OS_NAME
}
"
!=
"windows"
]
;
then
python setup.py
install
python setup.py
install
else
else
echo
"p
ython setup.py install
"
echo
"p
ip install .[test]
"
while
sleep
540
;
do
echo
"=====[ Still running after
$SECONDS
seconds ]====="
;
done
&
while
sleep
540
;
do
echo
"=====[ Still running after
$SECONDS
seconds ]====="
;
done
&
p
ython setup.py
install
|
tail
-n
1000
p
ip
install
.
\[
test
\]
|
tail
-n
1000
kill
%1
kill
%1
fi
fi
setup.py
View file @
d474adfa
...
@@ -92,6 +92,7 @@ setup(
...
@@ -92,6 +92,7 @@ setup(
install_requires
=
install_requires
,
install_requires
=
install_requires
,
setup_requires
=
setup_requires
,
setup_requires
=
setup_requires
,
tests_require
=
tests_require
,
tests_require
=
tests_require
,
extras_require
=
{
'test'
:
tests_require
},
ext_modules
=
get_extensions
()
if
not
BUILD_DOCS
else
[],
ext_modules
=
get_extensions
()
if
not
BUILD_DOCS
else
[],
cmdclass
=
{
cmdclass
=
{
'build_ext'
:
'build_ext'
:
...
...
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