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 +5
-12
lines changed Expand file tree Collapse file tree 2 files changed +5
-12
lines changed Original file line number Diff line number Diff line change 11
11
- TOX_ENV=py27
12
12
- TOX_ENV=py34
13
13
- TOX_ENV=py35
14
- - TOX_ENV=coverage
15
14
global :
16
15
secure : cKbIgpTJ1yjKLBxpCEiT6IH7NShDWZUE+BvnrAfc+ujCsR6LyLJcKxFQmKnWryJCqg7fp82Ep2bF2oDKzanAROar2xDY1SFGbai42seYMaFCw53YPGJ6u3VNCcfT0rN9BWgE7el/m4fjcD6CRsZYKArNNJbMX8csRt3uXXCFLso=
17
16
install :
@@ -25,6 +24,8 @@ script:
25
24
- tox -e $TOX_ENV
26
25
after_success :
27
26
- coveralls
27
+ after_script :
28
+ - cat .tox/$TOX_ENV/log/*.log
28
29
notifications :
29
30
slack :
30
31
secure : W/UAhQ/GgYwMWrl3aiVAVOWr4WGdWrxUOX/rTB3ZgwDwGqDYLzQO5UqbsQlo1JXPZ6JOWfIPMURhHu7DSfue9dBW6xQ+NL+bFHe9lSXG4nqFK3IjezYyTBzNRJRDbGUvSSqgj6D5cwhJ8BjfUIRPbJz3CxL64KmsNXezEaMY60w=
Original file line number Diff line number Diff line change 2
2
envlist =
3
3
py27,
4
4
py34,
5
- py35,
6
- coverage
7
-
5
+ py35
8
6
9
7
[testenv]
10
8
commands =
11
9
coverage run --source ethereum -m py.test --ignore ethereum/tests/test_vm.py --ignore ethereum/tests/test_state.py
12
10
coverage run --append --source ethereum -m py.test ethereum/tests/test_vm.py
13
11
coverage run --append --source ethereum -m py.test ethereum/tests/test_state.py
12
+ coverage report --show-missing
14
13
deps =
14
+ coverage
15
15
-r{toxinidir}/dev_requirements.txt
16
16
17
17
[testenv:py27]
@@ -22,11 +22,3 @@ basepython=python3.4
22
22
23
23
[testenv:py35]
24
24
basepython =python3.5
25
-
26
-
27
- [testenv:coverage]
28
- deps =
29
- coverage
30
- skip_install = true
31
- commands =
32
- coverage report --show-missing
You can’t perform that action at this time.
0 commit comments