diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index e952beb..0000000 --- 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