diff --git a/.travis.yml b/.travis.yml index 1064e76..d98b0ae 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ language: python python: - '3.5.0b3' # command to install dependencies -install: "pip install -U tox" +install: "pip install -U tox setuptools_scm" # # command to run tests env: matrix: diff --git a/setup.py b/setup.py index a5cd0fd..9c2c7b4 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name="pytest-xdist", use_scm_version={'write_to': 'xdist/_version.py'}, description='py.test xdist plugin for distributed testing and loop-on-failing modes', - long_description=open('README.txt').read(), + long_description=open('README.rst').read(), license='MIT', author='holger krekel and contributors', author_email='pytest-dev@python.org,holger@merlinux.eu', diff --git a/tox.ini b/tox.ini index 7924b0e..b99d2ab 100644 --- a/tox.ini +++ b/tox.ini @@ -7,6 +7,7 @@ envlist= changedir=testing deps = pycmd + setuptools_scm # to avoid .eggs pytest24: pytest~=2.4.0 pytest25: pytest~=2.5.0