From ea0fd6d6549a2385476bc78ce47c06b6bff65236 Mon Sep 17 00:00:00 2001 From: Masayuki Igawa Date: Wed, 27 Apr 2022 08:56:07 +0900 Subject: [PATCH] Remove travis files This commit removes the travis files which aren't necessary by the PR#325 anymore. --- .travis.yml | 13 ------------- .travis/coveralls.sh | 5 ----- 2 files changed, 18 deletions(-) delete mode 100644 .travis.yml delete mode 100755 .travis/coveralls.sh diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 6664a3bd..00000000 --- a/.travis.yml +++ /dev/null @@ -1,13 +0,0 @@ -matrix: - fast_finish: true - include: - - python: "3.6" - env: TOXENV=cover -install: pip install -U tox coveralls -language: python -cache: pip -script: - - tox -after_success: .travis/coveralls.sh -notifications: - email: false diff --git a/.travis/coveralls.sh b/.travis/coveralls.sh deleted file mode 100755 index c033b3ae..00000000 --- a/.travis/coveralls.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh - -if [ "$TOXENV" = "cover" ]; then - coveralls -fi