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
vision
Commits
78ed423d
"docs/vscode:/vscode.git/clone" did not exist on "dec4fdd60039ee34dae41e4bc52f1fc6deb9ddeb"
Unverified
Commit
78ed423d
authored
May 07, 2019
by
Francisco Massa
Committed by
GitHub
May 07, 2019
Browse files
Update travis to use more recent GCC (#891)
parent
ce18507b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
.travis.yml
.travis.yml
+2
-0
No files found.
.travis.yml
View file @
78ed423d
language
:
python
language
:
python
dist
:
xenial
matrix
:
matrix
:
include
:
include
:
-
env
:
LINT_CHECK
-
env
:
LINT_CHECK
...
@@ -31,6 +32,7 @@ before_install:
...
@@ -31,6 +32,7 @@ before_install:
if [[ "$IMAGE_BACKEND" == "Pillow-SIMD" ]]; then
if [[ "$IMAGE_BACKEND" == "Pillow-SIMD" ]]; then
pip uninstall -y pillow && CC="cc -march=native" pip install --force-reinstall pillow-simd
pip uninstall -y pillow && CC="cc -march=native" pip install --force-reinstall pillow-simd
fi
fi
-
pip install future
-
pip install pytest pytest-cov codecov
-
pip install pytest pytest-cov codecov
...
...
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