0.4.27-24-g7ee4180.delete-travis-yml.patch 885 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. Subject: Delete .travis.yml
  2. Origin: upstream, commit 0.4.27-24-g7ee4180 <https://github.com/ahupp/python-magic/commit/0.4.27-24-g7ee4180>
  3. Author: Christian Clauss <cclauss@me.com>
  4. Date: Thu May 16 06:35:14 2024 +0200
  5. Forwarded: not-needed
  6. As discussed at https://github.com/ahupp/python-magic/pull/317#issuecomment-2111634995 this file is useless without a paid subscription to Travis CI.
  7. GitHub Actions is free to open source projects but Travis CI is not.
  8. * #318
  9. --- a/.travis.yml
  10. +++ /dev/null
  11. @@ -1,26 +0,0 @@
  12. -language: python
  13. -dist: xenial
  14. -cache: pip
  15. -
  16. -python:
  17. - - "2.7"
  18. - - "3.5"
  19. - - "3.6"
  20. - - "3.7"
  21. - - "3.8"
  22. - - "3.9"
  23. - - "3.10"
  24. - - "3.11"
  25. - - "3.12"
  26. - - "3.13"
  27. -
  28. -install:
  29. - - pip install coverage coveralls codecov
  30. - - pip install .
  31. -
  32. -script:
  33. - - LC_ALL=en_US.UTF-8 coverage run -m unittest test
  34. -
  35. -after_success:
  36. - - coveralls
  37. - - codecov