From c3e6343b29edf8893a557180c78462367148083a Mon Sep 17 00:00:00 2001 From: KEHANG Date: Mon, 27 Feb 2017 23:46:28 -0500 Subject: [PATCH] conda-build removes source files and redirect SRC_DIR to test tmp folder this section is to copy all the source files to the test tmp folder to conduct test --- openbabel/meta.yaml | 2 ++ pydot/meta.yaml | 2 ++ scoop/meta.yaml | 2 ++ 3 files changed, 6 insertions(+) diff --git a/openbabel/meta.yaml b/openbabel/meta.yaml index da6254c..165bc30 100644 --- a/openbabel/meta.yaml +++ b/openbabel/meta.yaml @@ -44,6 +44,8 @@ requirements: - libxml2 - cairo [unix] test: + source_files: + - '*' imports: - openbabel - pybel diff --git a/pydot/meta.yaml b/pydot/meta.yaml index 8495f62..b0bfa17 100644 --- a/pydot/meta.yaml +++ b/pydot/meta.yaml @@ -17,6 +17,8 @@ requirements: - python test: + source_files: + - '*' imports: - pydot diff --git a/scoop/meta.yaml b/scoop/meta.yaml index 80cdc3d..05daca6 100644 --- a/scoop/meta.yaml +++ b/scoop/meta.yaml @@ -18,6 +18,8 @@ requirements: - python test: + source_files: + - '*' imports: - scoop