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

.appveyor.yml

Lines changed: 4 additions & 4 deletions
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy