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

Commit969d29b

Browse files
committed
fixup! Add codecov.
1 parent2a8f128 commit969d29b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎.travis.yml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ install:
2424
-bash requirements-install.sh
2525

2626
script:
27-
-if [[ $TRAVIS_PYTHON_VERSION == pypy* ]]; py.test; fi
28-
-if [[ $TRAVIS_PYTHON_VERSION != pypy* ]]; coverage run -m pytest; fi
27+
-if [[ $TRAVIS_PYTHON_VERSION == pypy* ]];thenpy.test; fi
28+
-if [[ $TRAVIS_PYTHON_VERSION != pypy* ]];thencoverage run -m pytest; fi
2929
-bash flake8-run.sh
3030

3131
after_script:
3232
-python debug-info.py
3333

3434
after_success:
35-
-if [[ $TRAVIS_PYTHON_VERSION != pypy* ]]; coverage combine && codecov; fi
35+
-if [[ $TRAVIS_PYTHON_VERSION != pypy* ]];thencoverage combine && codecov; fi

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp