Commit 6f711998 authored by Bartek Fabiszewski's avatar Bartek Fabiszewski
Browse files

Update python dependencies for transifex-client [skip-ci]

parent 2d76bc0f
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -13,11 +13,10 @@ script:
after_success:
  - |
    if [ ! -z "$TRANSIFEX_PASSWORD" ]; then
      pip3 install --upgrade pip setuptools
      pip3 install --user virtualenv
      virtualenv ~/env -ppython3
      pip install --user virtualenv
      virtualenv ~/env
      source ~/env/bin/activate
      pip3 install transifex-client
      pip install 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
    fi
@@ -46,3 +45,4 @@ addons:
    packages:
      - python3
      - python3-pip
      - python-pip