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 208cff8 commit 575bb03Copy full SHA for 575bb03
.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