Skip to content
This repository was archived by the owner on May 23, 2023. It is now read-only.

Commit a003f1f

Browse files
committed
updated travis notification key to be encrypted
1 parent a28b1b5 commit a003f1f

File tree

1 file changed

+9
-12
lines changed

1 file changed

+9
-12
lines changed

.travis.yml

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,26 @@
11
language: python
22
python: 2.7
3-
sudo: false # use new infrastructure
3+
sudo: false
44
env:
5-
- TOX_ENV=py27
6-
5+
- TOX_ENV=py27
76
install:
8-
- pip install -r requirements.txt
9-
- pip install -r dev_requirements.txt
10-
7+
- pip install -r requirements.txt
8+
- pip install -r dev_requirements.txt
119
script:
12-
- coverage run --source ethereum -m py.test --ignore ethereum/tests/test_vm.py --ignore ethereum/tests/test_state.py
10+
- coverage run --source ethereum -m py.test --ignore ethereum/tests/test_vm.py --ignore
11+
ethereum/tests/test_state.py
1312
- coverage run --append --source ethereum -m py.test ethereum/tests/test_vm.py
1413
- coverage run --append --source ethereum -m py.test ethereum/tests/test_state.py
15-
1614
after_success:
1715
- coveralls
18-
1916
notifications:
20-
slack: chainbot:JWZ6ykcmr5JKlDW6Uu6wNOT0
21-
17+
slack:
18+
secure: W/UAhQ/GgYwMWrl3aiVAVOWr4WGdWrxUOX/rTB3ZgwDwGqDYLzQO5UqbsQlo1JXPZ6JOWfIPMURhHu7DSfue9dBW6xQ+NL+bFHe9lSXG4nqFK3IjezYyTBzNRJRDbGUvSSqgj6D5cwhJ8BjfUIRPbJz3CxL64KmsNXezEaMY60w=
2219
deploy:
2320
provider: pypi
2421
user: ethereum_pypi_automated
2522
password:
26-
secure: "FvkEn1xULi9mGxAL9sKlTuxJZvk0Uyd2GaDPAHN5ZAfaJUNwzA6+m7PRAMPd44Uy/LOw0+Ah9X1rxAxZc+7yx+FJjwH1Nl8MjtqYTWp+Ue6TFUNdJXNHjekC5ce4rbULudrqlmwmaWzi5iRC7qhpxuTg1y3iBw3Fsd8E82qbDac="
23+
secure: FvkEn1xULi9mGxAL9sKlTuxJZvk0Uyd2GaDPAHN5ZAfaJUNwzA6+m7PRAMPd44Uy/LOw0+Ah9X1rxAxZc+7yx+FJjwH1Nl8MjtqYTWp+Ue6TFUNdJXNHjekC5ce4rbULudrqlmwmaWzi5iRC7qhpxuTg1y3iBw3Fsd8E82qbDac=
2724
on:
2825
tags: true
2926
repo: ethereum/pyethereum

0 commit comments

Comments
 (0)