From f7cab30d6d8ebc03381b0676d8fbc077f61ed160 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Wed, 19 Apr 2017 17:05:53 +0300
Subject: [PATCH] - Removed unsupported platfroms from TravisCI and Tox (kept
 the platforms in molecule.yml file to ease pulling from the example role, but
 they're not tested).

---
 .travis.yml  | 3 ---
 molecule.yml | 4 ++++
 tox.ini      | 2 +-
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 225db5e..988ef0e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,16 +10,13 @@ env:
     matrix:
         - TOXENV=pre-commit
         - TOXENV=openbsd60
-        - TOXENV=xenial
         - TOXENV=trusty
         - TOXENV=precise
-        - &stretch TOXENV=stretch
         - &jessie TOXENV=jessie
         - TOXENV=wheezy
 matrix:
     fast_finish: True
     allow_failures:
-        - env: *stretch
         - env: *jessie
 cache:
   - pip
diff --git a/molecule.yml b/molecule.yml
index 12de0cd..203d4af 100644
--- a/molecule.yml
+++ b/molecule.yml
@@ -22,10 +22,14 @@ vagrant:
   platforms:
   - name: openbsd60
     box: fnichol/openbsd-6.0-i386
+  - name: xenial
+    box: ubuntu/xenial32
   - name: trusty
     box: ubuntu/trusty32
   - name: precise
     box: hashicorp/precise32
+  - name: stretch
+    box: remram/debian-9-i386
   - name: jessie
     box: deb/jessie-i386
   - name: wheezy
diff --git a/tox.ini b/tox.ini
index cd0873a..3744074 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,7 +1,7 @@
 [tox]
 skip_install = True
 skipsdist = True
-envlist = openbsd60,xenial,trusty,precise,stretch,jessie,wheezy
+envlist = openbsd60,trusty,precise,jessie,wheezy
 
 [testenv]
 envdir = {toxinidir}/.tox
-- 
GitLab