This repository was archived by the owner on May 23, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Original file line number Diff line number Diff line change
1
+ #! /usr/bin/env sh
2
+ PAYLOAD=" {\" text\" : \" <https://pypi.python.org/pypi/ethereum|ethereum $TRAVIS_TAG > was released on pypi!\" }"
3
+ curl -s -X POST --data-urlencode " payload=$PAYLOAD " $SLACK_WEBHOOK_URL
Original file line number Diff line number Diff line change @@ -3,12 +3,14 @@ python: 2.7
3
3
sudo : required
4
4
dist : trusty
5
5
before_install :
6
- - sudo add-apt-repository -y ppa:ethereum/ethereum
7
- - sudo apt-get update
8
- - sudo apt-get install -y solc
9
-
6
+ - sudo add-apt-repository -y ppa:ethereum/ethereum
7
+ - sudo apt-get update
8
+ - sudo apt-get install -y solc
10
9
env :
11
- - TOX_ENV=py27
10
+ matrix :
11
+ - TOX_ENV=py27
12
+ global :
13
+ secure : cKbIgpTJ1yjKLBxpCEiT6IH7NShDWZUE+BvnrAfc+ujCsR6LyLJcKxFQmKnWryJCqg7fp82Ep2bF2oDKzanAROar2xDY1SFGbai42seYMaFCw53YPGJ6u3VNCcfT0rN9BWgE7el/m4fjcD6CRsZYKArNNJbMX8csRt3uXXCFLso=
12
14
install :
13
15
- pip install -Ur requirements.txt
14
16
- pip install -Ur dev_requirements.txt
@@ -30,3 +32,5 @@ deploy:
30
32
tags : true
31
33
repo : ethereum/pyethereum
32
34
branch : develop
35
+ after_deploy :
36
+ - ./.release_notify.sh
You can’t perform that action at this time.
0 commit comments