Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

Commit

Permalink
Add webhook
Browse files Browse the repository at this point in the history
  • Loading branch information
patrys committed May 6, 2014
1 parent 23ad18b commit 52a67b7
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .travis.yml
@@ -1,13 +1,15 @@
language: python
python:
- 2.6
- 2.7
- 3.2
- 3.3
- 2.6
- 2.7
- 3.2
- 3.3
install:
- python setup.py install
- pip install coverage
- python setup.py install
- pip install coverage
script: coverage run setup.py test
after_success:
- pip install coveralls
- coveralls
- pip install coveralls
- coveralls
notifications:
webhooks: https://webhooks.gitter.im/e/af18bf2decb40329066b

0 comments on commit 52a67b7

Please sign in to comment.