oracc / pyoracc

Python tools for working with ORACC
GNU General Public License v3.0
12 stars 10 forks source link

travis: Test on Jython 2.7.1 #79

Closed rillian closed 5 years ago

rillian commented 5 years ago

Only build against the current stable jython on travis, and use the latest pip and pytest versions.

@jenshnielsen Does this look ok to you?

rillian commented 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.

codecov-io commented 5 years ago

Codecov Report

Merging #79 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           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.

ageorgou commented 5 years ago

Decoupling the pytest version from what is used in the build seems fine.