From b08b9be1b2ff896e1b7d20f7dc38e8b02cb5baa7 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Thu, 13 Jul 2017 18:21:03 +0300
Subject: [PATCH] - Removed OpenBSD from test platforms, was never supported to
 begin with (added by accident when merged from the example role).

---
 .travis.yml | 1 -
 tox.ini     | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index f8d9b4c..1b3b05e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,7 +9,6 @@ env:
         - VBOX_MEMORY=2048
         - VBOX_HWVIRTEX=off
     matrix:
-        - TOXENV=openbsd60
         - TOXENV=xenial
         - TOXENV=trusty
         - TOXENV=precise
diff --git a/tox.ini b/tox.ini
index c80d480..b4c7396 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 = xenial,trusty,precise,stretch,jessie,wheezy
 
 [testenv]
 envdir = {toxinidir}/.tox/molecule
-- 
GitLab