Skip to content

Commit ec6bc59

Browse files
committed
Extend build commands to run doctests
1 parent 56a9235 commit ec6bc59

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ python:
88
install: pip install -r test-requirements.txt
99
script:
1010
- python -m unittest discover || python -m unittest
11+
- python -m doctest abe/utils.py
1112
- flake8 abe tests

ep.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ run:
88
- coverage erase
99
- coverage run --omit="*/tests/*","*$VIRTUAL_ENV*" -m unittest discover
1010
- coverage html
11+
- python -m doctest abe/utils.py
1112
publish:
1213
- git diff --exit-code
1314
- ep run

0 commit comments

Comments
 (0)