Skip to content
This repository has been archived by the owner on Nov 10, 2017. It is now read-only.

Commit

Permalink
Add docstring testing in .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
daniviga committed Feb 17, 2017
1 parent 3134a9e commit 355c093
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Expand Up @@ -16,3 +16,8 @@ install:

script:
- nosetests --with-doctest -v -a'!slow'

after_success:
- pip install sphinx==1.3.6
- cd doc/sphinx
- make html

0 comments on commit 355c093

Please sign in to comment.