Skip to content

Commit

Permalink
Added doctests of .rst files
Browse files Browse the repository at this point in the history
  • Loading branch information
tommyod committed Apr 1, 2018
1 parent 0ea640f commit c206106
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ before_script:
- "flake8 --show-source --ignore=F811,W293,W391,W292,W291 --max-line-length=79"

script:
- pytest --doctest-modules -v
- pytest --doctest-modules -v --doctest-glob="*.rst"

0 comments on commit c206106

Please sign in to comment.