-
Notifications
You must be signed in to change notification settings - Fork 329
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #250 from harshavardhana/pr_out_add_secure_travis_…
…slack Add secure travis slack
- Loading branch information
Showing
1 changed file
with
10 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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= |