Skip to content

Commit

Permalink
conda-build removes source files and redirect SRC_DIR to test tmp folder
Browse files Browse the repository at this point in the history
this section is to copy all the source files to the test tmp folder
to conduct test
  • Loading branch information
KEHANG committed Feb 28, 2017
1 parent f8e72d0 commit c3e6343
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions openbabel/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ requirements:
- libxml2
- cairo [unix]
test:
source_files:
- '*'
imports:
- openbabel
- pybel
Expand Down
2 changes: 2 additions & 0 deletions pydot/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ requirements:
- python

test:
source_files:
- '*'
imports:
- pydot

Expand Down
2 changes: 2 additions & 0 deletions scoop/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ requirements:
- python

test:
source_files:
- '*'
imports:
- scoop

Expand Down

0 comments on commit c3e6343

Please sign in to comment.