From b5306344ff6977ae38817915f80150ff112afca2 Mon Sep 17 00:00:00 2001 From: Eric Wieser Date: Mon, 20 Feb 2017 20:38:12 +0000 Subject: TST: Add travis build to force use of lapack_lite --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index ba226fcb2..cde8db23d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -72,6 +72,12 @@ matrix: env: - PYTHONOPTIMIZE=2 - USE_ASV=1 + - python: 2.7 + env: + - BLAS=None + - LAPACK=None + - ATLAS=None + before_install: - ./tools/travis-before-install.sh -- cgit v1.2.1