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-cluster
Commits
b1d39531
Commit
b1d39531
authored
Mar 01, 2021
by
rusty1s
Browse files
faster build on travis
parent
f99e7ffb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
.travis.yml
.travis.yml
+1
-1
setup.py
setup.py
+2
-1
No files found.
.travis.yml
View file @
b1d39531
...
@@ -113,7 +113,7 @@ install:
...
@@ -113,7 +113,7 @@ install:
-
pip install flake8
-
pip install flake8
-
pip install codecov
-
pip install codecov
-
pip install scipy==1.4.1
-
pip install scipy==1.4.1
-
pip install
.[test]
-
pip install
-e .
script
:
script
:
-
flake8 .
-
flake8 .
-
python setup.py test
-
python setup.py test
...
...
setup.py
View file @
b1d39531
...
@@ -101,7 +101,8 @@ setup(
...
@@ -101,7 +101,8 @@ setup(
extras_require
=
{
'test'
:
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'
:
BuildExtension
.
with_options
(
no_python_abi_suffix
=
True
)
'build_ext'
:
BuildExtension
.
with_options
(
no_python_abi_suffix
=
True
,
use_ninja
=
False
)
},
},
packages
=
find_packages
(),
packages
=
find_packages
(),
)
)
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