Skip to content

Commit

Permalink
Stop disabling logging plugin
Browse files Browse the repository at this point in the history
Thanks to the adjustments in pytest-dev/pytest#3124 we don't need to
worry about live logging with a low logging level being enabled by
default in `pytest` any more. Go back to using the default plugin set.
  • Loading branch information
Tyler Goodlet committed Jan 23, 2018
1 parent e6efbbb commit 603103d
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 @@ -30,4 +30,4 @@ install:

# NOTE: no support for pandas/pytables yet
script:
- pytest --use-docker tests/ -p no:logging
- pytest --use-docker tests/

0 comments on commit 603103d

Please sign in to comment.