Loading .travis.yml +0 −2 Original line number Diff line number Diff line Loading @@ -10,7 +10,6 @@ env: matrix: - TOXENV=pre-commit - TOXENV=openbsd60 - &openbsd59 TOXENV=openbsd59 - TOXENV=xenial - TOXENV=trusty - TOXENV=precise Loading @@ -21,7 +20,6 @@ matrix: fast_finish: True allow_failures: - python: "3.5" - env: *openbsd59 - env: *stretch - env: *jessie cache: Loading molecule.yml +0 −2 Original line number Diff line number Diff line Loading @@ -22,8 +22,6 @@ vagrant: platforms: - name: openbsd60 box: fnichol/openbsd-6.0-i386 - name: openbsd59 box: fnichol/openbsd-5.9-i386 - name: xenial box: ubuntu/xenial32 - name: trusty Loading tasks/main.yml +1 −1 Original line number Diff line number Diff line Loading @@ -5,4 +5,4 @@ assert: that: - ansible_os_family in ['OpenBSD', 'Debian'] - ansible_distribution_release in ['xenial', 'trusty', 'precise', 'stretch', 'jessie', 'wheezy'] or ansible_distribution_version in ['6.0', '5.9'] - ansible_distribution_release in ['xenial', 'trusty', 'precise', 'stretch', 'jessie', 'wheezy'] or ansible_distribution_version in ['6.0'] tox.ini +1 −1 Original line number Diff line number Diff line [tox] skip_install = True skipsdist = True envlist = openbsd60,openbsd59,xenial,trusty,precise,stretch,jessie,wheezy envlist = openbsd60,xenial,trusty,precise,stretch,jessie,wheezy [testenv] envdir = {toxinidir}/.tox Loading Loading
.travis.yml +0 −2 Original line number Diff line number Diff line Loading @@ -10,7 +10,6 @@ env: matrix: - TOXENV=pre-commit - TOXENV=openbsd60 - &openbsd59 TOXENV=openbsd59 - TOXENV=xenial - TOXENV=trusty - TOXENV=precise Loading @@ -21,7 +20,6 @@ matrix: fast_finish: True allow_failures: - python: "3.5" - env: *openbsd59 - env: *stretch - env: *jessie cache: Loading
molecule.yml +0 −2 Original line number Diff line number Diff line Loading @@ -22,8 +22,6 @@ vagrant: platforms: - name: openbsd60 box: fnichol/openbsd-6.0-i386 - name: openbsd59 box: fnichol/openbsd-5.9-i386 - name: xenial box: ubuntu/xenial32 - name: trusty Loading
tasks/main.yml +1 −1 Original line number Diff line number Diff line Loading @@ -5,4 +5,4 @@ assert: that: - ansible_os_family in ['OpenBSD', 'Debian'] - ansible_distribution_release in ['xenial', 'trusty', 'precise', 'stretch', 'jessie', 'wheezy'] or ansible_distribution_version in ['6.0', '5.9'] - ansible_distribution_release in ['xenial', 'trusty', 'precise', 'stretch', 'jessie', 'wheezy'] or ansible_distribution_version in ['6.0']
tox.ini +1 −1 Original line number Diff line number Diff line [tox] skip_install = True skipsdist = True envlist = openbsd60,openbsd59,xenial,trusty,precise,stretch,jessie,wheezy envlist = openbsd60,xenial,trusty,precise,stretch,jessie,wheezy [testenv] envdir = {toxinidir}/.tox Loading