mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-24 12:01:52 +08:00
Add a Travis CI configuration.
This commit is contained in:
12
.travis.yml
Normal file
12
.travis.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
sudo: false
|
||||
language: python
|
||||
python:
|
||||
- "3.5"
|
||||
# More versions later.
|
||||
|
||||
install:
|
||||
- pip install https://github.com/JukkaL/mypy
|
||||
|
||||
script:
|
||||
- mypy stdlib/3/
|
||||
# That doesn't test everything, but it's a start.
|
||||
Reference in New Issue
Block a user