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 7d279c5 commit bc3d25aCopy full SHA for bc3d25a
.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