Skip to content

Commit

Permalink
Fix build error on Python 2.6
Browse files Browse the repository at this point in the history
This was seen on winbot[*]:

  ValueError: path 'docs/_build/' cannot end with '/'

with a traceback ending in "c:\Python26_32\lib\distutils\util.py", line
201, in convert_path.

[*] http://winbot.zope.org/builders/transaction_py_265_32/builds/845/steps/buildout/logs/stdio

I cannot reproduce the error locally, using Python 2.6.9.
  • Loading branch information
mgedmin committed Dec 18, 2014
1 parent def8718 commit eadc749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ global-exclude *.pyo
global-exclude *.so
global-exclude coverage.xml

prune docs/_build/
prune docs/_build

include .coveragerc
include .travis.yml

0 comments on commit eadc749

Please sign in to comment.