提交 04aff64a 编写于 作者: L Lucas Meneghel Rodrigues

.travis.yml: Skip installing packages using apt

Those packages are not being installed anyway, and do not
interfere with general CI testing.
Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
上级 2303ef2c
......@@ -10,13 +10,6 @@ branches:
sudo: false
addons:
apt:
packages:
- python-libvirt
- python-lzma
- libyaml-dev
install:
- pip install -r requirements-travis.txt
- if [ $TRAVIS_PYTHON_VERSION == '2.6' ]; then pip install -r requirements-travis-python26.txt; fi
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册