Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch from VM based travis-ci to container based #35

Open
bastelfreak opened this issue Feb 5, 2016 · 0 comments
Open

Switch from VM based travis-ci to container based #35

bastelfreak opened this issue Feb 5, 2016 · 0 comments

Comments

@bastelfreak
Copy link
Member

VM shit runs on ubuntu 12.04, container on 14.04 but they do not have sudo. But there is a apt provider to install certain packages:

---
sudo: false
language: python
python:
  - "3.3"
addons:
  apt:
    packages:
      - libvirt-bin
      - python-libvirt
install:
  - pip install tox
script: tox -e testxunit
env:
  global:
    - DEBIAN_FRONTEND=noninteractive
    - PACKAGE=python-libvirt
  matrix:
    - TOXENV=py33
    - TOXENV=py34
    - TOXENV=py35
    - TOXENV=pypy3
notifications:
  irc:
    on_success: change
    on_failure: always
    channels:
      - "irc.freenode.org#virtapi"
  email: false

the needed packages are not approved yet:
travis-ci/apt-package-safelist#723
travis-ci/apt-package-safelist#2385

we can migrate when these issues are resolved

@bastelfreak bastelfreak changed the title Switch from VM based travis-ci to container Switch from VM based travis-ci to container based Feb 5, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant