Files
typeshed/.travis.yml
2016-01-26 16:54:18 -08:00

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.