Skip to content

Commit c3c170c

Browse files
committed
build: run codecov on Appveyor
[travisci skip]
1 parent 52e2816 commit c3c170c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: .appveyor.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ install:
5252
conda info -a &
5353
conda install --yes --quiet pip
5454
)
55-
- pip install nose ddt wheel coveralls
55+
- pip install nose ddt wheel codecov
5656
- IF "%PYTHON_VERSION%"=="2.7" (
5757
pip install mock
5858
)
@@ -79,7 +79,7 @@ install:
7979
build: false
8080

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

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

0 commit comments

Comments
 (0)