fix setup.py and use setuptools_scm dep for tox
This commit is contained in:
@@ -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:
|
||||
|
||||
2
setup.py
2
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',
|
||||
|
||||
Reference in New Issue
Block a user