Skip to content

Commit

Permalink
Improving the names of the builds for CodeCov
Browse files Browse the repository at this point in the history
  • Loading branch information
ewjoachim committed Apr 11, 2016
1 parent 0e1c124 commit 3e7c5aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ after_success:
# Report coverage results to codecov.io
# and export tox environment variables
- pip install codecov
- codecov -e TOX_ENV
- codecov -e TOX_ENV,TRAVIS_OS_NAME
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ on_success:
# Report coverage results to codecov.io
# and export tox environment variables
- "%PYTHON%/Scripts/pip install codecov"
- "%PYTHON%/Scripts/codecov -e %TOX_ENV%"
- set OS=WINDOWS
- "%PYTHON%/Scripts/codecov -e TOX_ENV,OS"

artifacts:
- path: dist\*
Expand Down

0 comments on commit 3e7c5aa

Please sign in to comment.