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:
matrix:
- TOXENV=pre-commit
- TOXENV=openbsd60
- TOXENV=xenial
- TOXENV=trusty
- TOXENV=precise
- &stretch TOXENV=stretch
- &jessie TOXENV=jessie
- TOXENV=wheezy
matrix:
fast_finish: True
allow_failures:
- env: *stretch
- env: *jessie
cache:
- pip
......
......@@ -22,10 +22,14 @@ vagrant:
platforms:
- name: openbsd60
box: fnichol/openbsd-6.0-i386
- name: xenial
box: ubuntu/xenial32
- name: trusty
box: ubuntu/trusty32
- name: precise
box: hashicorp/precise32
- name: stretch
box: remram/debian-9-i386
- name: jessie
box: deb/jessie-i386
- name: wheezy
......
[tox]
skip_install = True
skipsdist = True
envlist = openbsd60,xenial,trusty,precise,stretch,jessie,wheezy
envlist = openbsd60,trusty,precise,jessie,wheezy
[testenv]
envdir = {toxinidir}/.tox
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment