diff --git a/.conda/meta.yaml b/.conda/meta.yaml index 4982f3b42d06caae4d2e60c1e52a99c2eba475eb..9b4c4afa51c16efc6d76259480bbe5974c16cb90 100644 --- a/.conda/meta.yaml +++ b/.conda/meta.yaml @@ -4,22 +4,22 @@ package: version: {{ data['version']}} build: - noarch: python - script: python setup.py install --single-version-externally-managed --record=record.txt + noarch: python + script: python setup.py install --single-version-externally-managed --record=record.txt source: path: ../ requirements: build: - - python >2 + - python {{ python }} - setuptools {% for package in data.get('setup_requires', {}) %} - {{ package.lower() }} {% endfor %} run: - - python >2 + - python {% for package in data.get('install_requires', {}) %} - {{ package.lower() }} {% endfor %} @@ -40,7 +40,7 @@ test: source_files: - {{ data['test_suite'] }} commands: - - python -m pytest {{ data['test_suite'] }} + - python -m pytest {{ data['test_suite'] }} -m "not (fsltest or wxtest or dicomtest or meshtest or igziptest or longtest)" {% endif %} about: