Skip to content

Commit

Permalink
removing doctest from the nose command
Browse files Browse the repository at this point in the history
  • Loading branch information
carldlaird committed Apr 8, 2019
1 parent 2fd7c1b commit abda67f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,10 @@ install:
- python setup.py develop

script:
- nosetests -v --nologcapture --with-coverage --with-doctest --doctest-extension=.rst --cover-package=egret egret
# CDL: This command is somehow recursing into Pyomo doctests - let's add doctest manually in the correct folder when
# we have them
# - nosetests -v --nologcapture --with-coverage --with-doctest --doctest-extension=.rst --cover-package=egret egret
- nosetests -v --nologcapture --with-coverage --cover-package=egret egret

after_success:
coveralls

0 comments on commit abda67f

Please sign in to comment.