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
e4206ded
Commit
e4206ded
authored
Jun 29, 2019
by
rusty1s
Browse files
only lint on py > 2
parent
32f41270
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.travis.yml
.travis.yml
+2
-2
No files found.
.travis.yml
View file @
e4206ded
...
@@ -23,8 +23,8 @@ install:
...
@@ -23,8 +23,8 @@ install:
-
pip install flake8
-
pip install flake8
-
pip install codecov
-
pip install codecov
script
:
script
:
-
pycodestyle .
-
if [[ $TRAVIS_PYTHON_VERSION != 2.7 ]]; then
pycodestyle .
; fi
-
flake8 .
-
if [[ $TRAVIS_PYTHON_VERSION != 2.7 ]]; then
flake8 .
; fi
-
python setup.py install
-
python setup.py install
-
python setup.py test
-
python setup.py test
-
cd docs && pip install -r requirements.txt && make clean && make html && make doctest && cd ..
-
cd docs && pip install -r requirements.txt && make clean && make html && make doctest && cd ..
...
...
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