Skip to content

Commit

Permalink
Run a better minimal test on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
lucc committed Jul 17, 2016
1 parent 93c57f2 commit 04d7f42
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,7 @@ install:

script:
- make -C docs html
# Minimal test: can the alot package be imported?
- python -c 'import alot'
# Minimal test: Start alot in order to quit immediatly.
- |
echo 'initial_command=call os._exit(0)' > conf
alot --config conf

0 comments on commit 04d7f42

Please sign in to comment.