File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -72,20 +72,17 @@ commands=
72
72
py.test -n 1 {posargs:tests/trinity/integration/}
73
73
74
74
[testenv:py36-trinity-integration]
75
- basepython =python3.6
76
75
deps = {[common-trinity-integration]deps}
77
76
passenv = {[common-trinity-integration]passenv}
78
77
commands = {[common-trinity-integration]commands}
79
78
80
79
[testenv:py37-trinity-integration]
81
- basepython =python3.7
82
80
deps = {[common-trinity-integration]deps}
83
81
passenv = {[common-trinity-integration]passenv}
84
82
commands = {[common-trinity-integration]commands}
85
83
86
84
87
85
[testenv:py36-benchmark]
88
- basepython =python3.6
89
86
deps = .[eth-extras, benchmark]
90
87
commands =
91
88
benchmark: {toxinidir}/scripts/benchmark/run.py
@@ -98,7 +95,6 @@ commands=
98
95
flake8 {toxinidir}/eth
99
96
100
97
[testenv:lint-py35]
101
- basepython =python3.5
102
98
deps = {[common-lint]deps}
103
99
setenv = {[common-lint]setenv}
104
100
commands =
@@ -108,7 +104,6 @@ commands=
108
104
mypy --follow-imports =silent --ignore-missing-imports --no-strict-optional --check-untyped-defs --disallow-incomplete-defs -p eth
109
105
110
106
[testenv:lint-py36]
111
- basepython =python3.6
112
107
deps = {[common-lint]deps}
113
108
setenv = {[common-lint]setenv}
114
109
commands =
You can’t perform that action at this time.
0 commit comments