mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-10-04 16:31:05 +03:00
travis-ci: install babel with pip to stop easy_install
easy_install just fails, trying to install into ./.eggs https://travis-ci.org/fdroidtravis/fdroidserver/jobs/319144754
This commit is contained in:
parent
8a58ee72e3
commit
80844832a8
1 changed files with 1 additions and 0 deletions
|
@ -73,6 +73,7 @@ install:
|
|||
echo y | $ANDROID_HOME/tools/bin/sdkmanager "build-tools;25.0.2";
|
||||
echo y | $ANDROID_HOME/tools/bin/sdkmanager "platforms;android-23";
|
||||
|
||||
sudo pip3 install babel;
|
||||
sudo pip3 install --quiet --editable . ;
|
||||
sudo rm -rf fdroidserver.egg-info;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue