Skip to content
Snippets Groups Projects
Commit 7f727138 authored by Olivier Grisel's avatar Olivier Grisel Committed by Lars Buitinck
Browse files

FIX define CC and CXX for travis

parent 4c692e98
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,11 @@
set -e
# Fix the compilers to workaround avoid having the Python 3.4 build
# lookup for g++44 unexpectedly.
export CC=gcc
export CXX=g++
sudo apt-get update -qq
if [[ "$INSTALL_ATLAS" == "true" ]]; then
sudo apt-get install -qq libatlas3gf-base libatlas-dev
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment