PyUtilib / pyutilib

A collection of general Python utilities, including logging and file IO, subprocess management, plugin systems, and workflow management.
BSD 3-Clause "New" or "Revised" License
34 stars 20 forks source link

Remove Travis and Appveyor and Update Badges #112

Closed mrmundt closed 4 years ago

mrmundt commented 4 years ago

Fixes: N/A

Summary/Motivation:

We have replaced Appveyor/Travis with GitHub Actions. This deletes Travis/Appveyor and updates the badges in the README.

Changes proposed in this PR:

Legal Acknowledgement

By contributing to this software project, I agree to the following terms and conditions for my contribution:

  1. I agree my contributions are submitted under the BSD license.
  2. I represent I am authorized to make the contributions and grant the license. If my employer has rights to intellectual property that includes these contributions, I represent that I have received permission to make contributions and grant the required license on behalf of that employer.
mrmundt commented 4 years ago

@jsiirola - Codecov failures, yay.

jsiirola commented 4 years ago

@mrmundt: can we migrate over the strategy that we use in Pyomo to tolerate a "reasonable" number of codecov failures?

jsiirola commented 4 years ago

I think this is fine to merge. We can address the codecov issues in a separate PR.