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

Commitc3ca303

Browse files
committed
fixup! Add codecov.
1 parentfb8e592 commitc3ca303

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
@@ -26,12 +26,12 @@ install:
2626
-bash requirements-install.sh
2727

2828
script:
29-
-if [[ $TRAVIS_PYTHON_VERSION == pypy* ]]; py.test; fi
30-
-if [[ $TRAVIS_PYTHON_VERSION != pypy* ]]; coverage run -m pytest; fi
29+
-if [[ $TRAVIS_PYTHON_VERSION == pypy* ]];thenpy.test; fi
30+
-if [[ $TRAVIS_PYTHON_VERSION != pypy* ]];thencoverage run -m pytest; fi
3131
-bash flake8-run.sh
3232

3333
after_script:
3434
-python debug-info.py
3535

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp