Skip to content

Commit

Permalink
MNT: Update running doctests on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
dopplershift committed Sep 30, 2019
1 parent e4d3641 commit 19a3952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ script:
export DOC_BUILD_RESULT=$?;
popd;
if [[ $TRAVIS_PYTHON_VERSION != 2.7 ]]; then
MPLBACKEND='agg' pytest --doctest-modules -k "not test" metpy;
python -m pytest --doctest-modules -k "not test" src;
export DOC_TEST_RESULT=$?;
else
export DOC_TEST_RESULT=0;
Expand Down

0 comments on commit 19a3952

Please sign in to comment.