Skip to content

Commit

Permalink
Unpin codecov version in CI. Fix cookiecutter#691
Browse files Browse the repository at this point in the history
  • Loading branch information
audreyfeldroy committed May 4, 2016
1 parent bb4b4c0 commit 3c4685f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ install:
after_success:
# Report coverage results to codecov.io
# and export tox environment variables
- "pip install codecov==2.0.2"
- pip install codecov
- codecov -e TOX_ENV TRAVIS_OS_NAME
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ after_test:
on_success:
# Report coverage results to codecov.io
# and export tox environment variables
- "%PYTHON%/Scripts/pip install codecov==2.0.2"
- "%PYTHON%/Scripts/pip install codecov"
- set OS=WINDOWS
- "%PYTHON%/Scripts/codecov -e TOX_ENV OS"

Expand Down

0 comments on commit 3c4685f

Please sign in to comment.