Skip to content

Commit

Permalink
Do not install in binstar just provide py.test in meta.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Nov 13, 2014
1 parent 3ab2605 commit 3c89155
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .binstar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ before_script:

script:
- conda build conda.recipe
- conda install --use-local qpython pytest
- py.test

build_targets: conda

Expand Down
6 changes: 6 additions & 0 deletions conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 3c89155

Please sign in to comment.