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
Branches master
No related tags found
No related merge requests found
......@@ -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:
......
......@@ -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
......
......@@ -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]
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment