From b59078a9ab9ad16448629144ce5a182b6f1feb8e Mon Sep 17 00:00:00 2001 From: Jiri Kucera Date: Thu, 12 Sep 2019 09:49:51 +0200 Subject: [PATCH] Remove LSR_USE_PYTHON Try to keep CI configuration in a one place (this involves removing LSR_USE_PYTHON from Travis CI Web Settings Interface and then the loss of reason to keep it in .travis.yml) --- .travis.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.travis.yml b/.travis.yml index d77531e..7d97d0a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,22 +4,12 @@ matrix: include: - python: 2.6 dist: trusty - # If the role contains python code that should be linted and tested, say - # this by setting LSR_USE_PYTHON environment variable to the value that - # evaluates as true in the role's repository settings page at - # https://travis-ci.org/ - if: env(LSR_USE_PYTHON) IS NOT blank - python: 2.7 - if: env(LSR_USE_PYTHON) IS NOT blank - python: 3.5 - python: 3.6 - if: env(LSR_USE_PYTHON) IS NOT blank - python: 3.7 - if: env(LSR_USE_PYTHON) IS NOT blank - python: 3.7-dev - if: env(LSR_USE_PYTHON) IS NOT blank - python: 3.8-dev - if: env(LSR_USE_PYTHON) IS NOT blank services: - docker