Skip to content

Commit

Permalink
MAINT: Update repo to use subrepo with test images
Browse files Browse the repository at this point in the history
  • Loading branch information
robertopreste committed Apr 12, 2020
1 parent 94fe3e0 commit 4d613a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mitoviz/tests/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

TESTDIR = os.path.dirname(os.path.realpath(__file__))
DATADIR = os.path.join(TESTDIR, "data")
IMGDIR = os.path.join(TESTDIR, "images")
IMGDIR = os.path.join(TESTDIR, "imgs", "images")

SAMPLE_VCF = os.path.join(DATADIR, "sample.vcf")
SAMPLE_HF_VCF = os.path.join(DATADIR, "sample_hf.vcf")
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@
include_package_data=True,
keywords="mitoviz",
name="mitoviz",
packages=find_packages(include=["mitoviz"]),
packages=find_packages(include=["mitoviz"],
exclude=["ci", "mitoviz/tests/imgs"]),
setup_requires=setup_requirements,
test_suite="tests",
tests_require=test_requirements,
Expand Down

0 comments on commit 4d613a9

Please sign in to comment.