Skip to content

Commit

Permalink
Add a minimal test to travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
lucc committed Jul 17, 2016
1 parent 179e06c commit 93c57f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,5 @@ install:

script:
- make -C docs html
# Minimal test: can the alot package be imported?
- python -c 'import alot'

0 comments on commit 93c57f2

Please sign in to comment.