From 0e3aae8be9e99140a0d76d955c4ffbb5894507d0 Mon Sep 17 00:00:00 2001 From: guangzhi Date: Wed, 26 Aug 2020 09:40:56 +0800 Subject: [PATCH] update to v3.0.1, adding unittest adding tests to meta.yml See https://github.com/ihesp/IPART/issues/5#issuecomment-679213870 --- recipe/meta.yaml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 2b1af80..7653b52 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,10 +1,10 @@ package: name: ipart - version: 3.0 + version: 3.0.1 source: - url: https://github.com/ihesp/IPART/archive/v3.0.tar.gz - sha256: 7c01a2ca464ddf7a685cd27f629ce9a24da555f89d7371df782bc60be2ab084c + url: https://github.com/ihesp/IPART/archive/v3.0.1.tar.gz + sha256: 69ea43886e214e69438b286d4a821fac0548a389ae404a20085a78f402e3170c build: noarch: python @@ -31,6 +31,10 @@ test: imports: - ipart - ipart.utils + source_files: + - tests + commands: + - python -m unittest discover -s tests about: home: https://github.com/ihesp/IPART