Closed rillian closed 5 years ago
@jayanthjaiswal Do you remember why you needed to pin specific versions of pip and pytest for jython? The current releases seem to work.
Merging #79 into master will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #79 +/- ##
=======================================
Coverage 87.14% 87.14%
=======================================
Files 27 27
Lines 988 988
=======================================
Hits 861 861
Misses 127 127
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 4ea197a...570d8e0. Read the comment docs.
Decoupling the pytest version from what is used in the build seems fine.
Only build against the current stable jython on travis, and use the latest pip and pytest versions.
@jenshnielsen Does this look ok to you?