Loading .travis.yml +0 −3 Original line number Diff line number Diff line Loading @@ -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 Loading molecule.yml +4 −0 Original line number Diff line number Diff line Loading @@ -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 Loading tox.ini +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 Loading Loading
.travis.yml +0 −3 Original line number Diff line number Diff line Loading @@ -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 Loading
molecule.yml +4 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
tox.ini +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 Loading