[Checkins] [zopefoundation/zope.tal] 772df8: Try to work around build failure on Travis

GitHub noreply at github.com
Thu Sep 26 22:41:04 CEST 2013


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/zope.tal
  Commit: 772df8ea9155f9a9278c687302af1b1bf0b49dfe
      https://github.com/zopefoundation/zope.tal/commit/772df8ea9155f9a9278c687302af1b1bf0b49dfe
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2013-09-26 (Thu, 26 Sep 2013)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  Try to work around build failure on Travis

I can reproduce that failure locally, using tox.  Only python 2.7 fails,
Python 2.6 and 3.3 (and PyPy) are fine.  The failure is a difference in
filenames (relative versus absolute) in test_sa4.html.  I've tried
digging, but gave up.

The failure appears if I run tox -e py27.  It doesn't appear if I run
tox -e py27 --develop.  So let's tell Travis to use the latter, to at
least catch new regressions.





More information about the checkins mailing list