mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-26 04:46:46 +08:00
13 lines
211 B
YAML
13 lines
211 B
YAML
sudo: false
|
|
language: python
|
|
python:
|
|
- "3.5"
|
|
# More versions later.
|
|
|
|
install:
|
|
- pip install git+git://github.com/JukkaL/mypy
|
|
|
|
script:
|
|
- mypy stdlib/3/
|
|
# That doesn't test everything, but it's a start.
|