Commit 9b84eb44 authored by Michal Čihař's avatar Michal Čihař

Install deps for both Python 2 and 3

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent c1def844
...@@ -13,6 +13,7 @@ filter: ...@@ -13,6 +13,7 @@ filter:
before_commands: before_commands:
- pip3 install https://github.com/translate/translate/zipball/de3f080abf6f2fecfca97d283a58eb6824d8078e - pip3 install https://github.com/translate/translate/zipball/de3f080abf6f2fecfca97d283a58eb6824d8078e
- pip3 install -r ci/requirements-scrutinizer.txt - pip3 install -r ci/requirements-scrutinizer.txt
- pip install -r ci/requirements-scrutinizer.txt
build: build:
dependencies: dependencies:
override: override:
......
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