From 7bd67674c2464057cd7ef261cf18dc14ae911a75 Mon Sep 17 00:00:00 2001 From: Fabrice Laporte Date: Mon, 28 Dec 2020 11:47:12 +0100 Subject: [PATCH] ci :remove .travis.yml --- .travis.yml | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 596670c..0000000 --- a/.travis.yml +++ /dev/null @@ -1,24 +0,0 @@ -language: python - -python: - - 2.7 - -env: - - TOX_ENV=py27cov COVERAGE=1 - - TOX_ENV=py27win COVERAGE=0 - -before_install: - - "[ ! -z $COVERAGE ] && travis_retry pip install coveralls || true" - -# To install dependencies, tell tox to do everything but actually running the -# test. -install: - - travis_retry pip install -r requirements.txt - - travis_retry tox -e $TOX_ENV --notest - -script: tox -e $TOX_ENV - -# coveralls.io reporting, using https://github.com/coagulant/coveralls-python -# Only report coverage for one version. -after_success: - - "[ ! -z $COVERAGE ] && coveralls || true"