~sambuddhabasu1/mailman/fix_mailman_run_error

  • Committer: Barry Warsaw
  • Date: 2014-11-08 15:14:00 UTC
  • mfrom: (7254.1.1 tox)
  • Revision ID: barry@list.org-20141108151400-zj8yk7aw1e45dxwq
tox-ify the test suite.  First, this makes it easier to run since you don't
have to manually set up the virtualenv.  Second, it allows us to later create
a python3 environment for porting purposes.

Other change:

* The `mailman conf` command no longer takes the `-t/--sort` option; the
  output is always sorted.
* The ``[database]migrations_path`` setting is removed.
* You no longer have to create a virtual environment separately when running
  the test suite.  Just use `tox`.
* The RFC 2369 headers added to outgoing messages are now added in sorted
  order.
* The JSON representation `http_etag` key uses an algorithm that is
  insensitive to Python's dictionary sort order.
Filename Latest Rev Last Changed Committer Comment Size
..
cron 3 26 years ago klm Initial revision Diff
data 6580 16 years ago Barry Warsaw Reorganize the database subpackage, primarily by r Diff
src 6675 15 years ago Barry Warsaw Push the source directory into a 'src' subdirector Diff
.bzrignore 7254.1.1 9 years ago Barry Warsaw Tox-ify the test suite. Now you don't have to cre 233 bytes Diff Download File
conf.py 7232 10 years ago Barry Warsaw Bump copyright years. 7.6 KB Diff Download File
File copybump.py 7199 11 years ago Barry Warsaw Bump copyright years. 2.3 KB Diff Download File
COPYING 7018 13 years ago Barry Warsaw Update COPYING file to GPLv3. (LP: #790994) 34.3 KB Diff Download File
MANIFEST.in 7251.1.31 9 years ago Barry Warsaw Merge Aurélien Bompard's latest merge branch, with 350 bytes Diff Download File
README.rst 7232 10 years ago Barry Warsaw Bump copyright years. 2 KB Diff Download File
setup.cfg 7053.1.2 13 years ago Barry Warsaw This is the way to build the documentation now: $ 44 bytes Diff Download File
setup.py 7251.1.18 10 years ago Abhilash Raj added support for migrations via alembic 3.7 KB Diff Download File
template.py 7232 10 years ago Barry Warsaw Bump copyright years. 865 bytes Diff Download File
tox.ini 7254.1.1 9 years ago Barry Warsaw Tox-ify the test suite. Now you don't have to cre 117 bytes Diff Download File
unittest.cfg 7215.1.1 11 years ago Barry Warsaw Switch to virtualenv and nose2 instead of zc.build 146 bytes Diff Download File