summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2016-11-22 16:38:59 +0100
committerWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2016-11-22 16:38:59 +0100
commit2235fa0fc65f43605350b9a22733361b2bd8263e (patch)
treeeb5e5ab7adbfb2f3129d10cd16bb36acdf531da6 /.travis.yml
parentbc03dad9393d6fd9aad1ba22c98c223edecc918b (diff)
downloadastra-2235fa0fc65f43605350b9a22733361b2bd8263e.tar.gz
astra-2235fa0fc65f43605350b9a22733361b2bd8263e.tar.bz2
astra-2235fa0fc65f43605350b9a22733361b2bd8263e.tar.xz
astra-2235fa0fc65f43605350b9a22733361b2bd8263e.zip
Simplify travis build using new install type
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 4a179f1..58c7e0a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -37,9 +37,9 @@ install:
- conda info -a
- cd build/linux
- ./autogen.sh
- - if [ $CUDA == yes ]; then ./configure --prefix=$HOME/astra --with-python --with-cuda; else ./configure --prefix=$HOME/astra --with-python --without-cuda; fi
+ - if [ $CUDA == yes ]; then ./configure --prefix=$HOME/astra --with-python --with-cuda --with-install-type=module; else ./configure --prefix=$HOME/astra --with-python --without-cuda --with-install-type=module; fi
- make -j 4
- make install
script:
- - LD_LIBRARY_PATH=$HOME/astra/lib/:$LD_LIBRARY_PATH PYTHONPATH=$HOME/astra/python/:$PYTHONPATH python -c "import astra"
+ - python -c "import astra"