add tox.ini to distribution

This commit is contained in:
holger krekel 2012-10-20 17:08:02 +02:00
parent 6d5bf4b908
commit c894b2b459
4 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,9 @@
Changes between 2.3.1 and 2.3.2.dev
-----------------------------------
- add tox.ini to pytest distribution so that ignore-dirs and others config
bits are properly distributed for maintainers who run pytest-own tests
Changes between 2.3.0 and 2.3.1
-----------------------------------

View File

@ -2,6 +2,7 @@ include CHANGELOG
include README.txt
include setup.py
include distribute_setup.py
include tox.ini
include LICENSE
graft doc
graft testing

View File

@ -1,2 +1,2 @@
#
__version__ = '2.3.1'
__version__ = '2.3.2.dev1'

View File

@ -24,7 +24,7 @@ def main():
name='pytest',
description='py.test: simple powerful testing with Python',
long_description = long_description,
version='2.3.1',
version='2.3.2.dev1',
url='http://pytest.org',
license='MIT license',
platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'],