Skip to content

Commit

Permalink
Travis CI is terminating test runs because they are too verbose :-s
Browse files Browse the repository at this point in the history
  • Loading branch information
xolox committed Apr 6, 2015
1 parent a0efad7 commit 9fe84b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pip_accel/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

def setUpModule():
"""Initialize verbose logging to the terminal."""
coloredlogs.install(level=logging.DEBUG)
coloredlogs.install(level=logging.INFO)

def tearDownModule():
"""Cleanup any temporary directories created by :py:func:`create_temporary_directory()`."""
Expand Down Expand Up @@ -89,7 +89,7 @@ class PipAccelTestCase(unittest.TestCase):

def setUp(self):
"""Reset logging verbosity before each test."""
coloredlogs.set_level(logging.DEBUG)
coloredlogs.set_level(logging.INFO)

def initialize_pip_accel(self, load_environment_variables=False, **overrides):
"""
Expand Down

0 comments on commit 9fe84b7

Please sign in to comment.