Skip to content

Commit bc179a1

Browse files
committed
require doctests to pass on travis-testin
1 parent 73fb3cd commit bc179a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ install:
4545
script:
4646
- python setup.py sdist >/dev/null
4747
- python setup.py install
48-
- nosetests --verbose --with-coverage --cover-package=spint;
48+
- nosetests --verbose --with-doctest --with-coverage --cover-package=spint;
4949

5050
notifications:
5151
email:

0 commit comments

Comments
 (0)