Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f8320e commit e143e99Copy full SHA for e143e99
.travis.yml
@@ -28,4 +28,4 @@ after_script:
28
- python debug-info.py
29
30
after_success:
31
- - if [[ $TRAVIS_PYTHON_VERSION != pypy* ]]; then coverage combine && codecov; fi
+ - if [[ $TRAVIS_PYTHON_VERSION != pypy* ]]; then codecov; fi
0 commit comments