Skip to content

Commit

Permalink
Merge 0cdc51f into c1b4545
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestoarbitrio committed Sep 18, 2020
2 parents c1b4545 + 0cdc51f commit f2a0496
Show file tree
Hide file tree
Showing 41 changed files with 863 additions and 1,044 deletions.
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

0 comments on commit f2a0496

Please sign in to comment.