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
608aa37f
Commit
608aa37f
authored
Jun 29, 2019
by
rusty1s
Browse files
fix py2.7
parent
51ebed2b
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
.travis.yml
.travis.yml
+0
-1
setup.py
setup.py
+1
-1
No files found.
.travis.yml
View file @
608aa37f
...
...
@@ -23,7 +23,6 @@ install:
-
pip install pycodestyle
-
pip install flake8
-
pip install codecov
-
if [[ $TRAVIS_PYTHON_VERSION == 2.7 ]]; then pip install "pytest<5.0"; fi
script
:
-
if [[ $TRAVIS_PYTHON_VERSION != 2.7 ]]; then pycodestyle .; fi
-
if [[ $TRAVIS_PYTHON_VERSION != 2.7 ]]; then flake8 .; fi
...
...
setup.py
View file @
608aa37f
...
...
@@ -25,7 +25,7 @@ url = 'https://github.com/rusty1s/pytorch_scatter'
install_requires
=
[]
setup_requires
=
[
'pytest-runner'
]
tests_require
=
[
'pytest'
,
'pytest-cov'
]
tests_require
=
[
'pytest
<5.0
'
,
'pytest-cov'
]
setup
(
name
=
'torch_scatter'
,
...
...
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