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: ...@@ -6,10 +6,10 @@ package:
version: {{ version }} version: {{ version }}
source: source:
- path: ./dist/{{ name }}-{{ version }}.tar.gz - path: ../dist/{{ name }}-{{ version }}.tar.gz
- path: ./tests - path: ../tests
folder: tests folder: tests
- path: ../fixtures_{{ version }}.tar.gz - path: ../../fixtures_{{ version }}.tar.gz
build: build:
...@@ -48,17 +48,14 @@ test: ...@@ -48,17 +48,14 @@ test:
imports: imports:
- model_server - model_server
commands: commands:
# -{{ PYTHON }} -m tarfile -e fixtures_{{ version }}.tar.gz -{{ PYTHON }} -m tarfile -e fixtures_{{ version }}.tar.gz
# -{{ PYTHON }} -m unittest model_server -{{ 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
license: 'MIT' license: 'MIT'
license_file: './LICENSE' license_file: ../LICENSE
\ No newline at end of file \ 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