Skip to content
Snippets Groups Projects
Commit 64f8462a authored by nimrod's avatar nimrod
Browse files

- Added Debian Stretch as a test platform.

parent fa965bc9
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,7 @@ env:
- platform: xenial
- platform: trusty
- platform: precise
- &stretch platform=stretch
- platform: jessie
- platform: wheezy
matrix:
......@@ -17,6 +18,7 @@ matrix:
allow_failures:
- python: "3.5"
- env: *openbsd59
- env: *stretch
cache:
- pip
- directories:
......
......@@ -26,6 +26,8 @@ vagrant:
box: ubuntu/trusty32
- name: precise
box: hashicorp/precise32
- name: stretch
box: remram/debian-9-i386
- name: jessie
box: deb/jessie-i386
- name: wheezy
......
......@@ -5,4 +5,4 @@
assert:
that:
- ansible_os_family in ['OpenBSD', 'Debian']
- ansible_distribution_release in ['6.0', '5.9', 'xenial', 'trusty', 'precise', 'jessie', 'wheezy']
- ansible_distribution_release in ['6.0', '5.9', 'xenial', 'trusty', 'precise', 'stretch', 'jessie', 'wheezy']
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment