Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,6 @@ env: ...@@ -10,7 +10,6 @@ env:
matrix: matrix:
- TOXENV=pre-commit - TOXENV=pre-commit
- TOXENV=openbsd60 - TOXENV=openbsd60
- &openbsd59 TOXENV=openbsd59
- TOXENV=xenial - TOXENV=xenial
- TOXENV=trusty - TOXENV=trusty
- TOXENV=precise - TOXENV=precise
...@@ -21,7 +20,6 @@ matrix: ...@@ -21,7 +20,6 @@ matrix:
fast_finish: True fast_finish: True
allow_failures: allow_failures:
- python: "3.5" - python: "3.5"
- env: *openbsd59
- env: *stretch - env: *stretch
- env: *jessie - env: *jessie
cache: cache:
......
...@@ -22,8 +22,6 @@ vagrant: ...@@ -22,8 +22,6 @@ vagrant:
platforms: platforms:
- name: openbsd60 - name: openbsd60
box: fnichol/openbsd-6.0-i386 box: fnichol/openbsd-6.0-i386
- name: openbsd59
box: fnichol/openbsd-5.9-i386
- name: xenial - name: xenial
box: ubuntu/xenial32 box: ubuntu/xenial32
- name: trusty - name: trusty
......
...@@ -5,4 +5,4 @@ ...@@ -5,4 +5,4 @@
assert: assert:
that: that:
- ansible_os_family in ['OpenBSD', 'Debian'] - 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] [tox]
skip_install = True skip_install = True
skipsdist = True skipsdist = True
envlist = openbsd60,openbsd59,xenial,trusty,precise,stretch,jessie,wheezy envlist = openbsd60,xenial,trusty,precise,stretch,jessie,wheezy
[testenv] [testenv]
envdir = {toxinidir}/.tox envdir = {toxinidir}/.tox
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment