ignore dot files for file changes (editors write tmp/swap files etc.)

This commit is contained in:
holger krekel
2013-10-07 10:20:24 +02:00
parent 6045195f16
commit 8e88261c15
5 changed files with 12 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ from setuptools import setup
setup(
name="pytest-xdist",
version='1.9',
version='1.10',
description='py.test xdist plugin for distributed testing and loop-on-failing modes',
long_description=open('README.txt').read(),
license='MIT',