Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc3c170c

Browse files
committed
build: run codecov on Appveyor
[travisci skip]
1 parent52e2816 commitc3c170c

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 wheelcoveralls
55+
-pip install nose ddt wheelcodecov
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)

[8]ページ先頭

©2009-2025 Movatter.jp