Skip to content

Commit

Permalink
fix travis deploy, remove notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbennett committed Apr 1, 2015
1 parent e4e1041 commit cacac93
Showing 1 changed file with 9 additions and 13 deletions.
22 changes: 9 additions & 13 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,33 +1,29 @@
sudo: false
language: python
python:
- "2.7"

- '2.7'
install:
- pip install tox

- pip install tox
env:
- TOX_ENV=py27-test
- TOX_ENV=py33-test
- TOX_ENV=py34-test

- TOX_ENV=py27-test
- TOX_ENV=py33-test
- TOX_ENV=py34-test
script:
- tox -e $TOX_ENV

- tox -e $TOX_ENV
notifications:
email: false
hipchat:
rooms:
secure: HdQuYHfBbCnuw0mgj1tJOdlXRhF+b9Ena6JVp1nPdCjP5WX8iCpDAtR4vlTry4X6eNXodb0xsdhWmN9Zq+iDvR0FQvvtRkFUxNpxsqGPLClvUIthTNqjGLgl2lMtbZcHRT1dj/wrKY/yAVdGs/FF/Ghz0MQZgiWtGA5hnb3kZAI=
format: html
template:
- '%{repository}#%{build_number} (%{branch} - %{commit} : %{author}): %{message} (<a href="%{build_url}">Details</a>/<a href="%{compare_url}">Diff</a>)'

- '%{repository}#%{build_number} (%{branch} - %{commit} : %{author}): %{message}
(<a href="%{build_url}">Details</a>/<a href="%{compare_url}">Diff</a>)'
deploy:
provider: pypi
user: onefinestay
password:
secure: FI//lZjo1hx/t1treOa85vEWOn7bsaw7bCuKGUsoB8MuC+9QEuabyLDxdHQ6BoPMSIbWh95pVC+6OCXzr+NuWzF2syvarwfBl/Q2DqDx2CV2j+pYh6NKRoH22tZfyLua1POYGVyYrK6hyphlDyZScuKcBfSjQdIFsxU21EJgorw=
secure: L838z+MtH79Px67frLMPo1LP/FULLDDlx6SOgZ/Npg+NBAs8D+Yu2OGCSLxgaHUU7FqK0Gqp4NNQxM8yLD1mGPbtgyd/DYlL8ugDHu45QEx+7YI2tAwc6XOKba1PXqYZi33/aCDUe5LYcVKfoNqXaXZxt25eWwI1VjnH5KJdEpI=
on:
tags: true
repo: onefinestay/nameko-sqlalchemy

0 comments on commit cacac93

Please sign in to comment.