Skip to content

Commit

Permalink
update to v3.0.1, adding unittest
Browse files Browse the repository at this point in the history
adding tests to meta.yml

See ihesp/IPART#5 (comment)
  • Loading branch information
Xunius committed Aug 26, 2020
1 parent 174e00d commit 0e3aae8
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down

0 comments on commit 0e3aae8

Please sign in to comment.