Skip to content

Commit

Permalink
More debug prints
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed Dec 28, 2016
1 parent c680cb9 commit b9067f6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions setup.py
Expand Up @@ -48,6 +48,14 @@
import os
os.chdir(%r)
import zope
print(zope.__path__)
# The following unused imports are dark magic that makes the tests pass on
# Python 3.5 on Travis CI. I do not understand why.
import zope.exceptions.exceptionformatter
import zope.testing
import zope.testrunner
if __name__ == '__main__':
zope.testrunner.run([
Expand Down

0 comments on commit b9067f6

Please sign in to comment.