Skip to content

Commit

Permalink
Merge pull request #250 from harshavardhana/pr_out_add_secure_travis_…
Browse files Browse the repository at this point in the history
…slack

Add secure travis slack
  • Loading branch information
Harshavardhana committed Jul 22, 2015
2 parents cc99e3b + 1b0c8c4 commit d7e0e1b
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
language: python
python:
- "2.7"
- "3.2"
- "3.3"
- "3.4"
# command to install dependencies
- '2.7'
- '3.2'
- '3.3'
- '3.4'
install:
- "pip install urllib3 certifi pytz"
# command to run tests
- pip install urllib3 certifi pytz
script:
- "python setup.py install"
- "python setup.py nosetests"
- python setup.py install
- python setup.py nosetests
notifications:
slack:
secure: Yk0xKhJx1dB8usqEpwA8MBg0r3BClSHBG/uVLbZj5nV0eeLteA9/KMg7w3vXdhs2KnQ82nC0bAsmCuxKzz76k/5HqS3/VtwiM88lPOHEkAwv7cCWuZiXHj8/iFnrISkZY/W2hmEy/zjFyjGHEenpSsO93jfN8wb5HM+bWhHpP6EUnC3KUh8swNB7XnVViUSNvVPDeStZLbxb08kEVqikmVZ1qZS65mYGrzn+VmgKS7tNgPDCFA9fH5H69nLM5wZWIQrNBaw7iDcfiUn1+9eslo9wsnRlv5v5ieqjxIwK8zfjf3jEzOZdKXxGR3GImcDnO7qLmyTBWhHdbUiq+hLEwt0D6qW2ZpmEKKw5NjyKikcBnIC/nSsktadsIOtdLaDXWcW7RiaOy36aVPpf42TW9Nt1jDfH7i53SC004+6kv7HfvDwj8bvcRxJQyEKdrpClahZiQzlxT1O0H1bldt+WGSBSZshsc+2kPliAI0IDy4d12zViS+ysnH4ACSQjp3ryRVV/MVgP+RBX3ByjNtmsa4GAzg7Yphg+XzLmjSMBP1VCSE0RttbzebejbWqvnfC8MeOYDdX3V5Ogv+95B6Py3r0TBN9YQwXv+ivjwFJxYxRbJH3J0imy5b10fkJp/KDkcg2Y+ezNhGQvVzdlLwhqWe/J+f7euEbAmX5suXHZYkk=

0 comments on commit d7e0e1b

Please sign in to comment.