Skip to content

Commit

Permalink
Remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed Dec 28, 2016
1 parent 468f652 commit 7f4a948
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions appveyor.yml
Expand Up @@ -16,6 +16,7 @@ environment:

install:
- "SET PATH=C:\\Python%PYTHON%;c:\\Python%PYTHON%\\scripts;%PATH%"
# NB: pip install -e .[test] fails for obscure namespace package reasons
- pip install .[test]
- ps: if($env:SUBUNIT -eq 1) { pip install python-subunit }

Expand Down
3 changes: 0 additions & 3 deletions setup.py
Expand Up @@ -48,9 +48,6 @@
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
Expand Down

0 comments on commit 7f4a948

Please sign in to comment.