Commit 4f5063d8 authored by Michal Čihař's avatar Michal Čihař

Install mercurial package on Travis

This allows us to have Mercurial tested on Python 3 as well.
Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 5c7ea194
......@@ -54,3 +54,7 @@ matrix:
env: CI_PIP_DEPS="Django>=1.9,<1.10 https://github.com/translate/translate/zipball/master"
- python: "3.4"
env: CI_PIP_DEPS="Django>=1.9,<1.10 https://github.com/translate/translate/zipball/master" CI_MODE=lint
addons:
apt:
packages:
- mercurial
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment