[Checkins] [zopefoundation/zope.principalannotation] ca739b: Test on Python 3.4, use tox on Travis

GitHub noreply at github.com
Tue Dec 23 10:54:30 CET 2014


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/zope.principalannotation
  Commit: ca739bfb51f597a82141f1a8a5972a8f784e0894
      https://github.com/zopefoundation/zope.principalannotation/commit/ca739bfb51f597a82141f1a8a5972a8f784e0894
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2014-12-23 (Tue, 23 Dec 2014)

  Changed paths:
    M .travis.yml
    M setup.py
    M tox.ini

  Log Message:
  -----------
  Test on Python 3.4, use tox on Travis

Python 3 builds on Travis failed due to an old zope.site.  Oh, now I get
it!  tox uses pre-releases by default!  So a regular pip install would
fetch the last stable zope.site (3.9.2) and fail on Python 3, while pip
install --pre in tox would fetch zope.site 4.0.0a1 and succeed.




More information about the checkins mailing list