Skip to content
Snippets Groups Projects
Commit c729a07e authored by Christopher Randolph Rhodes's avatar Christopher Randolph Rhodes
Browse files

Unclear if unittest is being run in conda-build

parent 006a60b9
No related branches found
No related tags found
No related merge requests found
...@@ -48,11 +48,15 @@ test: ...@@ -48,11 +48,15 @@ test:
imports: imports:
- model_server - model_server
commands: commands:
- {{ PYTHON }} -m unittest model_server # -{{ PYTHON }} -m tarfile -e fixtures_{{ version }}.tar.gz
# -{{ PYTHON }} -m unittest model_server
requires: requires:
- pip - pip
source_files: source_files:
- tests - tests
script:
-{{ PYTHON }} -m tarfile -e fixtures_{{ version }}.tar.gz
-{{ PYTHON }} -m unittest model_server
about: about:
summary: Service for analyzing microscope images summary: Service for analyzing microscope images
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment