matthew-brett / delocate

Find and copy needed dynamic libraries into python wheels
BSD 2-Clause "Simplified" License
266 stars 58 forks source link

Remove TravisCI integration. #159

Closed HexDecimal closed 2 years ago

HexDecimal commented 2 years ago

TravisCI used to be great, but now it is no longer capable of supporting open-source projects like this one. In its current state this CI only exists to cause a failure status.

Coverage is already handled by new workflows. They also support .coveragerc.

The current workflows integrate with multibuild, and run tests with the same log levels.

Testing on older versions of MacOS is not be possible in general due to a lack of support from Apple for older MacOS versions.

Closes #145

codecov-commenter commented 2 years ago

Codecov Report

Merging #159 (913e3ba) into master (aaae357) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #159   +/-   ##
=======================================
  Coverage   95.43%   95.43%           
=======================================
  Files          14       14           
  Lines        1074     1074           
=======================================
  Hits         1025     1025           
  Misses         49       49           

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

matthew-brett commented 2 years ago

Agreed, time for the long march to end ...