Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pfernique authored Sep 2, 2016
1 parent 6553c12 commit c4fa80e
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,11 @@ install:
- pip install coveralls
- pip install nose

before_script:
- bash conda/build.sh

script:
- mv conda/python-autowig/.coverage ./.coverage
- sed -i -e 's#'"$HOME"'/miniconda/envs/_test/lib/python2.7/site-packages#'"$PWD"'/src/py#g' ./.coverage
- sed -i -e 's#'"$HOME"'/miniconda/conda-bld/work/#'"$PWD"'#g' ./.coverage
- bash conda/build.sh
#- mv conda/python-autowig/.coverage ./.coverage
#- sed -i -e 's#'"$HOME"'/miniconda/envs/_test/lib/python2.7/site-packages#'"$PWD"'/src/py#g' ./.coverage
#- sed -i -e 's#'"$HOME"'/miniconda/conda-bld/work/#'"$PWD"'#g' ./.coverage

after_success:
- coveralls
Expand Down

0 comments on commit c4fa80e

Please sign in to comment.