no logging in travis.ci

pull/1/head
unknown 2014-09-04 10:19:50 +02:00
parent 1c93468c7e
commit 58b8492783
2 changed files with 2 additions and 2 deletions

View File

@ -6,4 +6,4 @@ install:
- pip install six
- pip install pycrypto
script:
nosetests
nosetests --nologcapture

View File

@ -514,7 +514,7 @@ class PSBaseParser(object):
self.fillbuf()
self.charpos = self._parse1(self.buf, self.charpos)
token = self._tokens.pop(0)
# logging.debug('nexttoken: (%r:%r)' % token)
logging.debug('nexttoken: (%r:%r)' % token)
return token