mirror of https://github.com/scrapy/scrapy.git
Enable typing-tests in CI.
This commit is contained in:
parent
5d55e4f56b
commit
204d6e180a
|
|
@ -18,6 +18,9 @@ jobs:
|
|||
- python-version: 3.8
|
||||
env:
|
||||
TOXENV: typing
|
||||
- python-version: 3.8
|
||||
env:
|
||||
TOXENV: typing-tests
|
||||
- python-version: "3.11" # Keep in sync with .readthedocs.yml
|
||||
env:
|
||||
TOXENV: docs
|
||||
|
|
|
|||
Loading…
Reference in New Issue