File tree Expand file tree Collapse file tree 2 files changed +0
-11
lines changed Expand file tree Collapse file tree 2 files changed +0
-11
lines changed Original file line number Diff line number Diff line change 80
80
arch : x64
81
81
os : ubuntu-latest
82
82
toxenv : type
83
- - name : Type check our own code (on pypy)
84
- python : ' pypy-3.8'
85
- arch : x64
86
- os : ubuntu-latest
87
- toxenv : type-pypy
88
83
- name : Code style with flake8
89
84
python : ' 3.7'
90
85
arch : x64
Original file line number Diff line number Diff line change @@ -53,12 +53,6 @@ commands =
53
53
python -m mypy --config-file mypy_self_check.ini -p mypy -p mypyc
54
54
python -m mypy --config-file mypy_self_check.ini misc/proper_plugin.py scripts/mypyc
55
55
56
- [testenv:type-pypy]
57
- description = type check ourselves (on PyPy!)
58
- basepython = pypy-3.8
59
- commands =
60
- python -m mypy --config-file mypy_self_check.ini -p mypy
61
-
62
56
[testenv:docs]
63
57
description = invoke sphinx-build to build the HTML docs
64
58
basepython = python3.7
You can’t perform that action at this time.
0 commit comments