Skip to content
Snippets Groups Projects
Commit f7cab30d authored by nimrod's avatar nimrod
Browse files

- Removed unsupported platfroms from TravisCI and Tox (kept the platforms in...

- Removed unsupported platfroms from TravisCI and Tox (kept the platforms in molecule.yml file to ease pulling from the example role, but they're not tested).
parent cab76fc2
No related branches found
No related tags found
No related merge requests found
...@@ -10,16 +10,13 @@ env: ...@@ -10,16 +10,13 @@ env:
matrix: matrix:
- TOXENV=pre-commit - TOXENV=pre-commit
- TOXENV=openbsd60 - TOXENV=openbsd60
- TOXENV=xenial
- TOXENV=trusty - TOXENV=trusty
- TOXENV=precise - TOXENV=precise
- &stretch TOXENV=stretch
- &jessie TOXENV=jessie - &jessie TOXENV=jessie
- TOXENV=wheezy - TOXENV=wheezy
matrix: matrix:
fast_finish: True fast_finish: True
allow_failures: allow_failures:
- env: *stretch
- env: *jessie - env: *jessie
cache: cache:
- pip - pip
......
...@@ -22,10 +22,14 @@ vagrant: ...@@ -22,10 +22,14 @@ vagrant:
platforms: platforms:
- name: openbsd60 - name: openbsd60
box: fnichol/openbsd-6.0-i386 box: fnichol/openbsd-6.0-i386
- name: xenial
box: ubuntu/xenial32
- name: trusty - name: trusty
box: ubuntu/trusty32 box: ubuntu/trusty32
- name: precise - name: precise
box: hashicorp/precise32 box: hashicorp/precise32
- name: stretch
box: remram/debian-9-i386
- name: jessie - name: jessie
box: deb/jessie-i386 box: deb/jessie-i386
- name: wheezy - name: wheezy
......
[tox] [tox]
skip_install = True skip_install = True
skipsdist = True skipsdist = True
envlist = openbsd60,xenial,trusty,precise,stretch,jessie,wheezy envlist = openbsd60,trusty,precise,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