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.
2 parents 4d61610 + 3335a1c commit 62ddfafCopy full SHA for 62ddfaf
.travis.yml
@@ -17,7 +17,9 @@ matrix:
17
script: source $TRAVIS_BUILD_DIR/.travis/build_doc.sh
18
- &pyqt5
19
python: '3.5'
20
- env: PYQT5=true
+ env:
21
+ - PYQT5=true
22
+ - UPLOAD_COVERAGE=true
23
dist: trusty
24
addons: { apt: { packages: [] } }
25
fast_finish: true
.travis/stage_after_success.sh
@@ -8,5 +8,8 @@ if [ "$BUILD_DOCS" ] &&
8
return 0
9
fi
10
11
-codecov
+if [ "$UPLOAD_COVERAGE" ]; then
12
+ codecov
13
+fi
14
+
15
cd $TRAVIS_BUILD_DIR
0 commit comments