[Python-modules-commits] [tox] branch upstream updated (af0fa11 -> f378d89)

Barry Warsaw barry at moszumanska.debian.org
Fri Dec 11 15:06:12 UTC 2015


This is an automated email from the git hooks/post-receive script.

barry pushed a change to branch upstream
in repository tox.

      from  af0fa11   Import tox_2.2.1.orig.tar.gz
      adds  f378d89   Import tox_2.3.0.orig.tar.gz

No new revisions were added by this update.

Summary of changes:
 CHANGELOG                |  32 ++++++
 PKG-INFO                 |   2 +-
 doc/Makefile             |   4 +
 doc/_getdoctarget.py     |  16 +++
 doc/conf.py              |  10 +-
 doc/config-v2.txt        |   2 +-
 doc/config.txt           |  15 ++-
 doc/example/basic.txt    |   3 +
 doc/plugins.txt          |   6 ++
 setup.cfg                |   2 +-
 setup.py                 |   2 +-
 tests/test_config.py     | 208 ++++++++++++++++++++++++++-----------
 tests/test_venv.py       | 100 +++++++++++++-----
 tests/test_z_cmdline.py  |  20 +++-
 tox.egg-info/PKG-INFO    |   2 +-
 tox.egg-info/SOURCES.txt |   1 +
 tox.ini                  |   4 +-
 tox/__init__.py          |   2 +-
 tox/_pytestplugin.py     |   9 +-
 tox/config.py            | 261 +++++++++++++++++++++++++++++------------------
 tox/hookspecs.py         |  11 ++
 tox/session.py           |  16 +--
 tox/venv.py              | 104 ++++++++++---------
 23 files changed, 570 insertions(+), 262 deletions(-)
 create mode 100644 doc/_getdoctarget.py

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/tox.git



More information about the Python-modules-commits mailing list