Skip to content

Commit

Permalink
Update meta.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
pfernique authored Sep 2, 2016
1 parent bf9bb4b commit 4912353
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion conda/python-autowig/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,6 @@ test:
commands:
- cd {{ SRC_DIR }}
- nosetests test --pdb -x -s -v --with-coverage --cover-tests --cover-package=autowig --cover-package=test
- sed -i -e 's#'"$PREFIX"'/lib/python2.7/site-packages#'"$RECIPE_DIR"'../../src/py#g' .coverage
- REPOSITORY_DIR=`readlink -e $RECIPE_DIR/../../src/py`
- sed -i -e 's#'"$PREFIX"'/lib/python2.7/site-packages#'"$REPOSITORY_DIR"'#g' .coverage
- mv .coverage {{ RECIPE_DIR }}/../../

0 comments on commit 4912353

Please sign in to comment.