Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Grooming and cleaning pt 2 #143

Merged
merged 9 commits into from
Sep 18, 2020
3 changes: 2 additions & 1 deletion .ci-ignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ docs
setup.py
.pre-commit-config.yaml
.travis.yml
readthedocs.yml
readthedocs.yml
tests
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def ascii_bytes_from(path, *paths):
"typing_extensions",
]

test_requires = ["pytest", "coverage", "pytest-cov==2.8.1", "coveralls"]
test_requires = ["pytest", "pytest-xdist", "coverage", "pytest-cov", "coveralls"]

setuptools.setup(
name="histolab",
Expand Down