Skip to content

Commit

Permalink
MNT: Silence the log message on test failure
Browse files Browse the repository at this point in the history
Catchlog was dumping way to much output.
  • Loading branch information
dopplershift committed Jul 21, 2017
1 parent a46b8ba commit 6242905
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ install:
build: off

test_script:
- cmd: python setup.py test --addopts "-s --junitxml=tests.xml --flake8 --cov=siphon"
- cmd: python setup.py test --addopts "-s --junitxml=tests.xml --flake8 --cov=siphon --no-print-logs"
#- cmd: cd docs
#- cmd: make html
#- cmd: cd ..
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ script:
fi;
else
flake8 --version;
python setup.py test --addopts "-s $TEST_OPTS";
python setup.py test --addopts "-s $TEST_OPTS --no-print-logs";
fi

after_script:
Expand Down

0 comments on commit 6242905

Please sign in to comment.