Skip to content

Commit d102799

Browse files
committed
fixup! Add codecov.
1 parent 301a017 commit d102799

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

0 commit comments

Comments
 (0)