Skip to content
Snippets Groups Projects
Commit 0390260e authored by nimrod's avatar nimrod
Browse files

- Keep running tests in Docker.

parent cc8e339b
No related branches found
No related tags found
No related merge requests found
...@@ -4,9 +4,14 @@ python: "2.7" ...@@ -4,9 +4,14 @@ python: "2.7"
dist: trusty dist: trusty
sudo: True sudo: True
group: beta group: beta
services: [docker]
env: env:
- platform: openbsd - platform: openbsd
driver: vagrant
- platform: xenial - platform: xenial
driver: vagrant
- driver: docker
platform: all
cache: cache:
- pip - pip
- directories: - directories:
...@@ -23,7 +28,7 @@ install: ...@@ -23,7 +28,7 @@ install:
script: script:
- pre-commit run --all-files - pre-commit run --all-files
- molecule test --platform $platform - molecule test --driver $driver --platform $platform
notifications: notifications:
webhooks: https://galaxy.ansible.com/api/v1/notifications/ webhooks: https://galaxy.ansible.com/api/v1/notifications/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment