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
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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
+4 −0
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
[tox]
skip_install = True
skipsdist = True
envlist = openbsd60,xenial,trusty,precise,stretch,jessie,wheezy
envlist = openbsd60,trusty,precise,jessie,wheezy

[testenv]
envdir = {toxinidir}/.tox