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

Successfully runs from conda-recipe directory, but still not entering tests

parent c729a07e
No related branches found
No related tags found
No related merge requests found
......@@ -6,10 +6,10 @@ package:
version: {{ version }}
source:
- path: ./dist/{{ name }}-{{ version }}.tar.gz
- path: ./tests
- path: ../dist/{{ name }}-{{ version }}.tar.gz
- path: ../tests
folder: tests
- path: ../fixtures_{{ version }}.tar.gz
- path: ../../fixtures_{{ version }}.tar.gz
build:
......@@ -48,17 +48,14 @@ test:
imports:
- model_server
commands:
# -{{ PYTHON }} -m tarfile -e fixtures_{{ version }}.tar.gz
# -{{ PYTHON }} -m unittest model_server
-{{ PYTHON }} -m tarfile -e fixtures_{{ version }}.tar.gz
-{{ PYTHON }} -m unittest model_server
requires:
- pip
source_files:
- tests
script:
-{{ PYTHON }} -m tarfile -e fixtures_{{ version }}.tar.gz
-{{ PYTHON }} -m unittest model_server
about:
summary: Service for analyzing microscope images
license: 'MIT'
license_file: './LICENSE'
\ No newline at end of file
license_file: ../LICENSE
\ No newline at end of file
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