Commit fa97e5b8 authored by Bartek Fabiszewski's avatar Bartek Fabiszewski
Browse files

Fix transifex-client

parent 491c3a45
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -13,6 +13,9 @@ script:
after_success:
  - |
    if [ ! -z "$TRANSIFEX_PASSWORD" ]; then
      pip install --user virtualenv
      virtualenv ~/env
      source ~/env/bin/activate
      pip install --user transifex-client
      echo -e "[https://www.transifex.com]\nhostname = https://www.transifex.com\nusername = api\npassword = ${TRANSIFEX_PASSWORD}\n" > ~/.transifexrc
      tx push -s --no-interactive