This repository was archived by the owner on May 23, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +9
-12
lines changed Expand file tree Collapse file tree 1 file changed +9
-12
lines changed Original file line number Diff line number Diff line change 1
1
language : python
2
2
python : 2.7
3
- sudo : false # use new infrastructure
3
+ sudo : false
4
4
env :
5
- - TOX_ENV=py27
6
-
5
+ - TOX_ENV=py27
7
6
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
11
9
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
13
12
- coverage run --append --source ethereum -m py.test ethereum/tests/test_vm.py
14
13
- coverage run --append --source ethereum -m py.test ethereum/tests/test_state.py
15
-
16
14
after_success :
17
15
- coveralls
18
-
19
16
notifications :
20
- slack : chainbot:JWZ6ykcmr5JKlDW6Uu6wNOT0
21
-
17
+ slack :
18
+ secure : W/UAhQ/GgYwMWrl3aiVAVOWr4WGdWrxUOX/rTB3ZgwDwGqDYLzQO5UqbsQlo1JXPZ6JOWfIPMURhHu7DSfue9dBW6xQ+NL+bFHe9lSXG4nqFK3IjezYyTBzNRJRDbGUvSSqgj6D5cwhJ8BjfUIRPbJz3CxL64KmsNXezEaMY60w=
22
19
deploy :
23
20
provider : pypi
24
21
user : ethereum_pypi_automated
25
22
password :
26
- secure : " FvkEn1xULi9mGxAL9sKlTuxJZvk0Uyd2GaDPAHN5ZAfaJUNwzA6+m7PRAMPd44Uy/LOw0+Ah9X1rxAxZc+7yx+FJjwH1Nl8MjtqYTWp+Ue6TFUNdJXNHjekC5ce4rbULudrqlmwmaWzi5iRC7qhpxuTg1y3iBw3Fsd8E82qbDac="
23
+ secure : FvkEn1xULi9mGxAL9sKlTuxJZvk0Uyd2GaDPAHN5ZAfaJUNwzA6+m7PRAMPd44Uy/LOw0+Ah9X1rxAxZc+7yx+FJjwH1Nl8MjtqYTWp+Ue6TFUNdJXNHjekC5ce4rbULudrqlmwmaWzi5iRC7qhpxuTg1y3iBw3Fsd8E82qbDac=
27
24
on :
28
25
tags : true
29
26
repo : ethereum/pyethereum
You can’t perform that action at this time.
0 commit comments