| 123456789101112131415161718192021222324252627282930313233343536373839 |
- Subject: Delete .travis.yml
- Origin: upstream, commit 0.4.27-24-g7ee4180 <https://github.com/ahupp/python-magic/commit/0.4.27-24-g7ee4180>
- Author: Christian Clauss <cclauss@me.com>
- Date: Thu May 16 06:35:14 2024 +0200
- As discussed at https://github.com/ahupp/python-magic/pull/317#issuecomment-2111634995 this file is useless without a paid subscription to Travis CI.
- GitHub Actions is free to open source projects but Travis CI is not.
- * #318
- --- a/.travis.yml
- +++ /dev/null
- @@ -1,26 +0,0 @@
- -language: python
- -dist: xenial
- -cache: pip
- -
- -python:
- - - "2.7"
- - - "3.5"
- - - "3.6"
- - - "3.7"
- - - "3.8"
- - - "3.9"
- - - "3.10"
- - - "3.11"
- - - "3.12"
- - - "3.13"
- -
- -install:
- - - pip install coverage coveralls codecov
- - - pip install .
- -
- -script:
- - - LC_ALL=en_US.UTF-8 coverage run -m unittest test
- -
- -after_success:
- - - coveralls
- - - codecov
|