1
0

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

123456789101112131415161718192021222324252627282930313233343536373839
  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. As discussed at https://github.com/ahupp/python-magic/pull/317#issuecomment-2111634995 this file is useless without a paid subscription to Travis CI.
  6. GitHub Actions is free to open source projects but Travis CI is not.
  7. * #318
  8. --- a/.travis.yml
  9. +++ /dev/null
  10. @@ -1,26 +0,0 @@
  11. -language: python
  12. -dist: xenial
  13. -cache: pip
  14. -
  15. -python:
  16. - - "2.7"
  17. - - "3.5"
  18. - - "3.6"
  19. - - "3.7"
  20. - - "3.8"
  21. - - "3.9"
  22. - - "3.10"
  23. - - "3.11"
  24. - - "3.12"
  25. - - "3.13"
  26. -
  27. -install:
  28. - - pip install coverage coveralls codecov
  29. - - pip install .
  30. -
  31. -script:
  32. - - LC_ALL=en_US.UTF-8 coverage run -m unittest test
  33. -
  34. -after_success:
  35. - - coveralls
  36. - - codecov