[Checkins] [zopefoundation/DateTime] 5597e9: Allow driving buildout from tox.

GitHub noreply at github.com
Wed May 3 15:07:32 CEST 2017


  Branch: refs/heads/tox-drives-buildout
  Home:   https://github.com/zopefoundation/DateTime
  Commit: 5597e94a4d9a0e7bbcdde9feb09f26563ef5a06c
      https://github.com/zopefoundation/DateTime/commit/5597e94a4d9a0e7bbcdde9feb09f26563ef5a06c
  Author: Tres Seaver <tseaver at palladion.com>
  Date:   2017-05-03 (Wed, 03 May 2017)

  Changed paths:
    M .gitignore
    M .travis.yml
    M buildout.cfg
    M tox.ini

  Log Message:
  -----------
  Allow driving buildout from tox.

- Offer an optional 'tox' part to get a local install of the 'tox' testrunner.

- Setup 'buildout.cfg' such that separate Python versions (tox environments)
  create separate scripts / interpreters.

- tox runs buildout, passing in the name of the desired environment:  that
  name is used to mangle filenames which would otherwise clash.

- Overrides buildouts 'installed' value, so that scripts / interpreters
  created from one tox enviornment are not removed when running a different
  environment.

- N.B.:  The 'coverage' environment is (temporarily) gone.  We will replace
  it with a version which accumulates coverage across all the other
  environments.




More information about the checkins mailing list