mirror of
https://github.com/linux-system-roles/network.git
synced 2026-07-25 03:47:15 +00:00
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)
This commit is contained in:
parent
4b51f0eb47
commit
b59078a9ab
1 changed files with 0 additions and 10 deletions
10
.travis.yml
10
.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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue