From 721664fabb6f4726cc7791651a264d1d5fb24a4d Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Sun, 21 Jun 2026 12:24:35 +0200 Subject: [PATCH] Delete .travis.yml because we now have GitHub Actions % `git rm .travis.yml` No CI activity: https://app.travis-ci.com/github/bastibe --- .travis.yml | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index e952beb3..00000000 --- a/.travis.yml +++ /dev/null @@ -1,22 +0,0 @@ -language: python -python: - - "2.7" - - "3.4" - - "3.5" - - "3.6" - - "3.7" - - "3.8" - - "3.9" - - "nightly" - - "pypy" - # TODO: Enable pypy3 once NumPy is working there, see - # https://bitbucket.org/pypy/pypy/issues/1567/ - #- "pypy3" -addons: - apt: - packages: - - libsndfile1 -install: - - "if [[ $TRAVIS_PYTHON_VERSION == pypy ]]; then pip install git+https://bitbucket.org/pypy/numpy.git ; fi" -script: - - python setup.py test