mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-26 05:41:11 +08:00
12 lines
199 B
YAML
12 lines
199 B
YAML
sudo: false
|
|
language: python
|
|
python:
|
|
- "3.5"
|
|
# More versions later.
|
|
|
|
install:
|
|
- pip install -U git+git://github.com/JukkaL/mypy
|
|
|
|
script:
|
|
- ./runtests.py -x tornado sqlalchemy 3/enum requests
|