Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pfernique committed Aug 29, 2016
1 parent 0fb8ab1 commit ba28384
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ before_script:

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

after_success:
Expand Down

0 comments on commit ba28384

Please sign in to comment.