summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Wieser <wieser.eric@gmail.com>2017-02-20 20:38:12 +0000
committerEric Wieser <wieser.eric@gmail.com>2017-02-20 20:38:12 +0000
commitb5306344ff6977ae38817915f80150ff112afca2 (patch)
treebd36a70330b09f0ed424701ac67a70a1476b18f8
parent224abf8274239474b58cac6d0526e0bfed7079d3 (diff)
downloadnumpy-b5306344ff6977ae38817915f80150ff112afca2.tar.gz
TST: Add travis build to force use of lapack_lite
-rw-r--r--.travis.yml6
1 files changed, 6 insertions, 0 deletions
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