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

- Added Ubuntu Precise.

- Replaced Debian Wheezy and Jessie Vagrant boxes.
parent 21299050
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,7 @@ env:
driver: vagrant
- platform: trusty
driver: vagrant
- &precise platform=precise driver=vagrant
- &jessie platform=jessie driver=vagrant
- &wheezy platform=wheezy driver=vagrant
- driver: docker
......@@ -22,6 +23,7 @@ matrix:
allow_failures:
- python: "3.4"
- env: *openbsd59
- env: *precise
- env: *jessie
- env: *wheezy
cache:
......
......@@ -24,10 +24,12 @@ vagrant:
box: ubuntu/xenial32
- name: trusty
box: ubuntu/trusty32
- name: precise
box: hashicorp/precise32
- name: jessie
box: debian/jessie32
box: deb/jessie-i386
- name: wheezy
box: debian/wheezy32
box: deb/wheezy-i386
instances:
- name: example
options:
......
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