Skip to content

Commit

Permalink
build: run codecov on Appveyor
Browse files Browse the repository at this point in the history
[travisci skip]
  • Loading branch information
ankostis committed Oct 12, 2016
1 parent 52e2816 commit c3c170c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ install:
conda info -a &
conda install --yes --quiet pip
)
- pip install nose ddt wheel coveralls
- pip install nose ddt wheel codecov
- IF "%PYTHON_VERSION%"=="2.7" (
pip install mock
)
Expand All @@ -79,7 +79,7 @@ install:
build: false

test_script:
- nosetests -v --with-coverage
- IF "%PYTHON_VERSION%"=="3.5" (nosetests -v --with-coverage) ELSE (nosetests -v)

#on_success:
# - IF "%PYTHON_VERSION%"=="3.4" (coveralls)
on_success:
- IF "%PYTHON_VERSION%"=="3.5" (codecov)

0 comments on commit c3c170c

Please sign in to comment.