From 0c077bae6bf620160c01600817f2e88977e8d811 Mon Sep 17 00:00:00 2001 From: Alexander Fabisch Date: Mon, 8 May 2023 10:37:35 +0200 Subject: [PATCH] Remove travis --- .travis.yml | 14 -------------- README.rst | 4 ---- 2 files changed, 18 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 63ad923809..0000000000 --- a/.travis.yml +++ /dev/null @@ -1,14 +0,0 @@ -language: python -branches: - only: - - master - - /\d+\.\d+\..+/ -install: - - pip install numpy scipy matplotlib scikit-learn -script: nosetests gmr -notifications: - recipients: - - alexander.fabisch@dfki.de - email: - on_success: change - on_failure: always diff --git a/README.rst b/README.rst index 41b7c7530d..a713ca34ac 100644 --- a/README.rst +++ b/README.rst @@ -4,10 +4,6 @@ gmr Gaussian Mixture Models (GMMs) for clustering and regression in Python. -.. image:: https://api.travis-ci.org/AlexanderFabisch/gmr.png?branch=master - :target: https://travis-ci.org/AlexanderFabisch/gmr - :alt: Travis - .. image:: https://codecov.io/gh/AlexanderFabisch/gmr/branch/master/graph/badge.svg?token=R7hSIxb8M2 :target: https://codecov.io/gh/AlexanderFabisch/gmr :alt: Coverage