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-spline-conv
Commits
b198e864
Commit
b198e864
authored
Jun 29, 2019
by
rusty1s
Browse files
removed py2.7 test
parent
e60c8845
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 @
b198e864
...
@@ -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
:
...
@@ -23,8 +22,8 @@ install:
...
@@ -23,8 +22,8 @@ install:
-
pip install flake8
-
pip install flake8
-
pip install codecov
-
pip install codecov
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