Install some dependencies by apt instead of pip

It seems to work faster (as we have to run apt anyway to get latest
git).

Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
Michal Čihař 2016-02-18 17:10:03 +01:00
parent f58b441415
commit ad9fd0bf15

View File

@ -66,7 +66,6 @@ addons:
apt:
packages:
- git
- python-coverage
sources:
- git-core
- python-coverage
- python-requests