Skip to content

Commit

Permalink
fix codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
Davide Moro committed May 29, 2017
1 parent 007a764 commit 284ef3f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,13 @@ python:
- "pypy"

install:
- pip install codecov
- pip install tox
- "TOX_ENV=${TRAVIS_PYTHON_VERSION/[0-9].[0-9]/py${TRAVIS_PYTHON_VERSION/.}}"
script: tox -e $TOX_ENV

after_success:
- pip install codecov
- ls -la
- codecov
- bash <(curl -s https://codecov.io/bash) -e ${TOXENV}

before_cache:
- rm -rf $HOME/.cache/pip/log
Expand Down

0 comments on commit 284ef3f

Please sign in to comment.