Skip to content

Commit

Permalink
Merge pull request #745 from atugushev/codecov-appveyour
Browse files Browse the repository at this point in the history
Run codecov in appveyor ci
  • Loading branch information
atugushev authored Feb 28, 2019
2 parents 5af073e + fc69f3a commit c1a5d3a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
environment:
global:
PYTHON: "C:\\Python36"

matrix:
- TOXENV: py27-pip8.1.1
Expand Down Expand Up @@ -87,9 +89,13 @@ matrix:
- PIP: master

install:
- C:\Python36\python -m pip install tox
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
- pip install tox codecov

build: false

test_script:
- C:\Python36\Scripts\tox
- tox

after_test:
- codecov -F windows -n %TOXENV%
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ install:
script:
- tox
after_success:
- codecov -e PIP
- codecov -F $TRAVIS_OS_NAME -n "py$TRAVIS_PYTHON_VERSION-pip$PIP"
- "COVERALLS_PARALLEL=true coveralls"

stages:
Expand Down

0 comments on commit c1a5d3a

Please sign in to comment.