From 55016b41915e9f4ae9dafdbe72a0bd9c1fec7e7d Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Sun, 9 Jul 2017 13:23:16 +0300
Subject: [PATCH] - Have molecule.yml resemble upstream (example) more, smaller
 diff (Xenial won't run, not in tox.ini nor .travis.yml).

---
 molecule.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/molecule.yml b/molecule.yml
index 966f3bc..65b51a8 100644
--- a/molecule.yml
+++ b/molecule.yml
@@ -22,6 +22,8 @@ vagrant:
   platforms:
   - name: openbsd60
     box: fnichol/openbsd-6.0-i386
+  - name: xenial
+    box: ubuntu/xenial32
   - name: trusty
     box: ubuntu/trusty32
   - name: precise
-- 
GitLab