-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Fran Tsao
committed
Jan 3, 2020
1 parent
6320273
commit fbec719
Showing
2 changed files
with
11 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,20 @@ | ||
--- | ||
dist: xenial | ||
language: python | ||
python: "2.7.13" | ||
group: deprecated-2017Q4 | ||
|
||
python: "3.7" | ||
sudo: required | ||
group: deprecated-2017Q4 | ||
|
||
env: | ||
- ansible_version: 2.4.0.0 | ||
- ansible_version: 2.4.1.0 | ||
- ansible_version: 2.4.2.0 | ||
- ansible_version: 2.4.3.0 | ||
- ansible_version: 2.5.0.0 | ||
- ansible_version: 2.8.0.0 | ||
|
||
services: | ||
- docker | ||
|
||
install: | ||
- pip install ansible==${ansible_version} | ||
- pip install molecule==1.25.0 | ||
- pip install ansible-lint==3.4.20 | ||
- pip install testinfra==1.7.1 | ||
- pip install docker | ||
- pip install pipenv | ||
- pipenv sync | ||
env: | ||
matrix: | ||
- DOCKER_BASE_IMAGE=debian:stretch-slim | ||
- DOCKER_BASE_IMAGE=debian:buster-slim | ||
script: | ||
- molecule test --driver docker | ||
- export DOCKER_BASE_IMAGE=${DOCKER_BASE_IMAGE} | ||
- pipenv run molecule test | ||
|
||
notifications: | ||
webhooks: https://galaxy.ansible.com/api/v1/notifications/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters