Commit 0620acb4 authored by nimrod's avatar nimrod
Browse files

- Remove OpenBSD 5.9 platform from testing, it never worked and it's not...

- Remove OpenBSD 5.9 platform from testing, it never worked and it's not supported upstream anymore now that OpenBSD 6.1 was released.
parent 210387c0
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -10,7 +10,6 @@ env:
    matrix:
        - TOXENV=pre-commit
        - TOXENV=openbsd60
        - &openbsd59 TOXENV=openbsd59
        - TOXENV=xenial
        - TOXENV=trusty
        - TOXENV=precise
@@ -21,7 +20,6 @@ matrix:
    fast_finish: True
    allow_failures:
        - python: "3.5"
        - env: *openbsd59
        - env: *stretch
        - env: *jessie
cache:
+0 −2
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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']
+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