Unverified Commit 78ed423d authored by Francisco Massa's avatar Francisco Massa Committed by GitHub
Browse files

Update travis to use more recent GCC (#891)

parent ce18507b
language: python
dist: xenial
matrix:
include:
- env: LINT_CHECK
......@@ -31,6 +32,7 @@ before_install:
if [[ "$IMAGE_BACKEND" == "Pillow-SIMD" ]]; then
pip uninstall -y pillow && CC="cc -march=native" pip install --force-reinstall pillow-simd
fi
- pip install future
- pip install pytest pytest-cov codecov
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment