|
@@ -13,9 +13,12 @@ python:
|
|
|
install:
|
|
|
- pip install -U pip setuptools
|
|
|
- pip install coveralls
|
|
|
+ - pip install transifex-client
|
|
|
before_script:
|
|
|
- psql -c "create database travis_ci_test;" -U postgres
|
|
|
script:
|
|
|
- coverage run --source=misago setup.py test
|
|
|
after_success:
|
|
|
- coveralls
|
|
|
+ - sudo echo $'[https://www.transifex.com]\nhostname = https://www.transifex.com\nusername = '"$TRANSIFEX_USER"$'\npassword = '"$TRANSIFEX_API_TOKEN"$'\n' > ~/.transifexrc
|
|
|
+ - tx push -s
|