Join GitHub today
GitHub is home to over 36 million developers working together to host and review code, manage projects, and build software together.
Sign up[MAINT] Travis Trusty #1791
Conversation
This comment has been minimized.
This comment has been minimized.
codecov-io
commented
Dec 1, 2016
•
Current coverage is 89.05% (diff: 77.77%)@@ master #1791 diff @@
==========================================
Files 85 85
Lines 9019 9027 +8
Methods 0 0
Messages 0 0
Branches 0 0
==========================================
+ Hits 8030 8039 +9
+ Misses 989 988 -1
Partials 0 0
|
kernc
force-pushed the
kernc:travis-trusty
branch
from
ed90573
to
b90db35
Dec 1, 2016
kernc
referenced this pull request
Dec 2, 2016
Closed
travis: install and test PyQt5 on Python 3.5 #1695
kernc
force-pushed the
kernc:travis-trusty
branch
2 times, most recently
from
c654ba2
to
37af759
Dec 2, 2016
This comment has been minimized.
This comment has been minimized.
kernc
force-pushed the
kernc:travis-trusty
branch
2 times, most recently
from
b85a60b
to
9806c55
Dec 9, 2016
kernc
added some commits
Dec 1, 2016
kernc
force-pushed the
kernc:travis-trusty
branch
from
9806c55
to
e724971
Dec 9, 2016
astaric
merged commit 4071837
into
biolab:master
Dec 9, 2016
4 of 5 checks passed
codecov/patch
77.77% of diff hit (target 95.00%)
Details
codecov/project
89.05% (+0.02%) compared to c4755ab
Details
continuous-integration/appveyor/pr
AppVeyor build succeeded
Details
continuous-integration/travis-ci/pr
The Travis CI build passed
Details
licence/cla
Contributor License Agreement is signed.
Details
astaric
added this to the 3.3.11 milestone
Feb 3, 2017
astaric
added a commit
that referenced
this pull request
Feb 3, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
kernc commentedDec 1, 2016
Runs Python 3.5, PyQt 5 tests on Travis Ubuntu 14.04.
Enables code coverage of multiprocessing code.
Implements fix proposed in #1779 (comment) because it didn't work without it. Hopefully closes #1779.
Moves AnyQt PyQt4 importhook into Orange.__init__ for convenience when PyQt5 is available and some single module is run.
Description of changes
Includes