Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python.announce > #226
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!newsreader4.netcologne.de!news.netcologne.de!newsfeed.freenet.ag!news2.euro.net!feeder.news-service.com!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <holger@merlinux.eu> |
| X-Original-To | python-announce-list@python.org |
| Delivered-To | python-announce-list@mail.python.org |
| X-Spam-Status | OK 0.006 |
| X-Spam-Evidence | '*H*': 0.99; '*S*': 0.00; 'bug': 0.02; 'subject:bug': 0.04; 'fixes': 0.05; 'python': 0.08; 'holger': 0.09; 'received:eu': 0.09; '1.1': 0.16; 'argparse': 0.16; 'subject:fixes': 0.16; 'warn': 0.16; 'to:addr:codespeak.net': 0.19; 'upgraded': 0.19; 'command': 0.19; '(which': 0.20; 'versions': 0.23; 'hey': 0.26; 'repeatedly': 0.28; 'all,': 0.28; 'script': 0.29; 'installing': 0.29; 'fix': 0.29; 'environment': 0.29; 'example': 0.30; 'email)': 0.30; 'frontpage': 0.30; 'recreate': 0.30; 'tool.': 0.30; 'version': 0.30; 'thanks': 0.31; 'change.': 0.32; 'list': 0.32; 'does': 0.32; 'initial': 0.33; 'header:User-Agent:1': 0.34; 'calling': 0.34; 'test': 0.34; 'automation': 0.35; 'pretty': 0.35; 'install': 0.36; 'charset:us- ascii': 0.36; '(by': 0.37; 'enhanced': 0.37; 'to:addr:python- announce-list': 0.37; 'some': 0.37; 'url:org': 0.38; 'subject:: ': 0.38; 'stable': 0.38; 'mailing': 0.38; 'except': 0.39; 'to:addr:python.org': 0.39; 'missing': 0.40; 'did': 0.40; 'url:net': 0.61; 'released': 0.62; 'here': 0.66; 'python2': 0.84; 'received:85.25': 0.84 |
| Date | Sat, 9 Jul 2011 10:33:32 +0000 |
| From | holger krekel <holger@merlinux.eu> |
| To | Testing in Python <testing-in-python@lists.idyll.org>, python announce <python-announce-list@python.org>, py-dev@codespeak.net |
| Subject | tox-1.1: bug fixes and improved workflow |
| Mail-Followup-To | holger krekel <holger@merlinux.eu>, Testing in Python <testing-in-python@lists.idyll.org>, python announce <python-announce-list@python.org>, py-dev@codespeak.net |
| MIME-Version | 1.0 |
| Content-Type | text/plain; charset=us-ascii |
| Content-Disposition | inline |
| User-Agent | Mutt/1.5.20 (2009-06-14) |
| X-Mailman-Approved-At | Sat, 09 Jul 2011 21:53:30 +0200 |
| X-BeenThere | python-announce-list@python.org |
| X-Mailman-Version | 2.1.12 |
| Precedence | list |
| Reply-To | python-list@python.org |
| List-Id | Announcement-only list for the Python programming language <python-announce-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-announce-list>, <mailto:python-announce-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-announce-list> |
| List-Post | <mailto:python-announce-list@python.org> |
| List-Help | <mailto:python-announce-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-announce-list>, <mailto:python-announce-list-request@python.org?subject=subscribe> |
| Approved | python-announce-list@python.org |
| Newsgroups | comp.lang.python.announce |
| Message-ID | <mailman.802.1310241211.1164.python-announce-list@python.org> (permalink) |
| Lines | 38 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1310241211 news.xs4all.nl 21757 [2001:888:2000:d::a6]:53219 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | x330-a1.tempe.blueboxinc.net comp.lang.python.announce:226 |
Show key headers only | View raw
Hey all,
i just released tox-1.1, the virtualenv/test/CI automation tool.
See here for general information and install info:
http://codespeak.net/~hpk/tox
or
http://tox.readthedocs.org
(which is missing some navigation links at time of sending email)
The release incorporates a number of bug fixes and an enhanced work
flow: repeatedly calling tox without increasing version numbers now
works (by calling pip -U --nodeps).
With this release i consider tox pretty stable and fit for general use.
best & thanks to all contributors,
holger krekel
1.1
-----------------
- fix issue5 - don't require argparse for python versions that have it
- fix issue6 - recreate virtualenv if installing dependencies failed
- fix issue3 - fix example on frontpage
- fix issue2 - warn if a test command does not come from the test
environment
- fixed/enhanced: except for initial install always call "-U
--no-deps" for installing the sdist package to ensure that a package
gets upgraded even if its version number did not change. (reported on
TIP mailing list and IRC)
- inline virtualenv.py (1.6.1) script to avoid a number of issues,
particularly failing to install python3 environents from a python2
virtualenv installation.
- rework and enhance docs for display on readthedocs.org
Back to comp.lang.python.announce | Previous | Next | Find similar | Unroll thread
tox-1.1: bug fixes and improved workflow holger krekel <holger@merlinux.eu> - 2011-07-09 10:33 +0000
csiph-web