From bd0dfb88fdf5714833466787fd73edaff9740a73 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 17 Mar 2021 20:03:25 +0100 Subject: Merging upstream version 1.6.0. Signed-off-by: Daniel Baumann --- .travis.yml | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 .travis.yml (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 896e7f7..0000000 --- a/.travis.yml +++ /dev/null @@ -1,29 +0,0 @@ -language: python -python: - - "3.6" - -matrix: - include: - - python: 3.7 - dist: xenial - sudo: true - -install: - - pip install -r requirements-dev.txt - - if [[ $TRAVIS_PYTHON_VERSION == '3.6' ]]; then pip install black; fi - - pip install -e . - -script: - - ./setup.py test --pytest-args="--cov-report= --cov=litecli" - - coverage report - - if [[ $TRAVIS_PYTHON_VERSION == '3.6' ]]; then ./setup.py lint; fi - -after_success: - - codecov - -notifications: - webhooks: - urls: - - YOUR_WEBHOOK_URL - on_success: change # options: [always|never|change] default: always - on_failure: always # options: [always|never|change] default: always -- cgit v1.2.3