Skip to content

Commit 3a9d43f

Browse files
Stephan SokolowStephan Sokolow
authored andcommitted
Also run doctests in Travis-CI runs to match ./run_tests.sh
1 parent cd9c2a7 commit 3a9d43f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ env:
2626
script:
2727
- mypy quicktile ./*.py functional_harness
2828
- nosetests3
29+
- python3 -m doctest quicktile/util.py
2930
after_success: coveralls
3031
deploy:
3132
provider: script

0 commit comments

Comments
 (0)