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
0979e5f8
"git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "2c59af7222990a5d1cbf745acd01ceeb7eb80196"
Commit
0979e5f8
authored
Jun 29, 2019
by
rusty1s
Browse files
removed py2.7 test
parent
256824e5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
.travis.yml
.travis.yml
+2
-3
No files found.
.travis.yml
View file @
0979e5f8
...
@@ -3,7 +3,6 @@ sudo: required
...
@@ -3,7 +3,6 @@ sudo: required
dist
:
trusty
dist
:
trusty
matrix
:
matrix
:
include
:
include
:
-
python
:
2.7
-
python
:
3.5
-
python
:
3.5
-
python
:
3.6
-
python
:
3.6
addons
:
addons
:
...
@@ -24,8 +23,8 @@ install:
...
@@ -24,8 +23,8 @@ install:
-
pip install codecov
-
pip install codecov
-
pip install torch-scatter
-
pip install torch-scatter
script
:
script
:
-
if [[ $TRAVIS_PYTHON_VERSION != 2.7 ]]; then
pycodestyle .
; fi
-
pycodestyle .
-
if [[ $TRAVIS_PYTHON_VERSION != 2.7 ]]; then
flake8 .
; fi
-
flake8 .
-
python setup.py install
-
python setup.py install
-
python setup.py test
-
python setup.py test
after_success
:
after_success
:
...
...
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