Skip to content

Commit 969d29b

Browse files
committed
fixup! Add codecov.
1 parent 2a8f128 commit 969d29b

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* ]]; then py.test; fi
28+
- if [[ $TRAVIS_PYTHON_VERSION != pypy* ]]; then coverage 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* ]]; then coverage combine && codecov; fi

0 commit comments

Comments
 (0)