Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
luizirber committed Aug 4, 2020
1 parent 4ddb3c0 commit 14e9cb6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[metadata]
description-file = README.md
long-description-content-type = text/markdown
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ def build_native(spec):
SETUP_METADATA = {
"name": "sourmash",
"description": "tools for comparing DNA sequences with MinHash sketches",
"long_description": LONG_DESCRIPTION,
"long_description_content_type": "text/markdown",
"url": "https://github.com/dib-lab/sourmash",
"author": "C. Titus Brown",
"author_email": "titus@idyll.org",
Expand Down
6 changes: 4 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,13 @@ extras =
10x
storage
changedir = tests
#changedir = {envtmpdir}
commands = pytest \
--cov "{envsitepackagesdir}/sourmash" \
--cov sourmash \
--cov-config "{toxinidir}/tox.ini" \
--junitxml {toxworkdir}/junit.{envname}.xml \
{posargs:.}
{posargs} {toxinidir}
# --cov "{envsitepackagesdir}/sourmash" \

[testenv:py38]
extras =
Expand Down

0 comments on commit 14e9cb6

Please sign in to comment.