From 93c57f207b3eb5c9ef9e2317c31675c30f20176f Mon Sep 17 00:00:00 2001 From: Lucas Hoffmann Date: Sun, 17 Jul 2016 10:48:32 +0200 Subject: [PATCH] Add a minimal test to travis build --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 775bf9522..6acb037cc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,3 +23,5 @@ install: script: - make -C docs html + # Minimal test: can the alot package be imported? + - python -c 'import alot'