Skip to content

Commit

Permalink
adding imports/tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kperez committed Jul 19, 2021
1 parent 034c347 commit 5b2c036
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions recipes/lixtools/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
{% set name = "lixtools" %}
{% set version = "2021.6.9.0" %}
{% set sha256 = "d12e77bfc770ddb9137345c054a6c02afba29bac72768212615126b94b062c4b" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: {{ sha256 }}
sha256: d12e77bfc770ddb9137345c054a6c02afba29bac72768212615126b94b062c4b

build:
number: 0
Expand All @@ -33,6 +32,14 @@ requirements:
test:
imports:
- lixtools
- lixtools.atsas
- lixtools.hdf
- lixtools.mailin
- lixtools.modeling
- lixtools.notebooks
- lixtools.ot2
- lixtools.webcam

commands:
- python -c "import os, pkg_resources; assert os.path.isfile(pkg_resources.resource_filename("lixtools", "plate_label_template.html"))"
- python -c "import os, pkg_resources; assert os.path.isfile(pkg_resources.resource_filename("lixtools", "template_report.ipynb"))"
Expand Down

0 comments on commit 5b2c036

Please sign in to comment.