diff --git a/.binstar.yml b/.binstar.yml index 7791c65..4077315 100644 --- a/.binstar.yml +++ b/.binstar.yml @@ -14,8 +14,6 @@ before_script: script: - conda build conda.recipe - - conda install --use-local qpython pytest - - py.test build_targets: conda diff --git a/conda.recipe/meta.yaml b/conda.recipe/meta.yaml index f73aa23..d9b5263 100644 --- a/conda.recipe/meta.yaml +++ b/conda.recipe/meta.yaml @@ -19,9 +19,15 @@ requirements: - pandas test: + requires: + - pytest + imports: - qpython + commands: + - py.test --pyargs qpython + about: home: https://github.com/exxeleron/qPython license: 'Apache License Version 2.0'