summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorWillem Jan Palenstijn <wjp@usecode.org>2017-10-17 21:07:28 +0200
committerWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2017-11-01 15:53:26 +0100
commit3eaebe8827db8ddf029fdb94ccda2b0af1385bec (patch)
treebe0feddf198ad5e96689c01a2002a7cfca5c8688 /.travis.yml
parent355ee14464f76f7a506143ef44a9b5a5319c4951 (diff)
downloadastra-3eaebe8827db8ddf029fdb94ccda2b0af1385bec.tar.gz
astra-3eaebe8827db8ddf029fdb94ccda2b0af1385bec.tar.bz2
astra-3eaebe8827db8ddf029fdb94ccda2b0af1385bec.tar.xz
astra-3eaebe8827db8ddf029fdb94ccda2b0af1385bec.zip
Add basic post-install python tests
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index b34b1a0..aca9940 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -69,4 +69,4 @@ script:
- make -j 4
- make test
- make install
- - python -c "import astra"
+ - python -c "import astra; astra.test_noCUDA()"