We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
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
The text was updated successfully, but these errors were encountered: