mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-10 05:51:52 +08:00
Merge pull request #62 from python/travis
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 git+git://github.com/JukkaL/mypy
|
||||
|
||||
script:
|
||||
- mypy stdlib/3/
|
||||
# That doesn't test everything, but it's a start.
|
||||
@@ -1,5 +1,6 @@
|
||||
# Stubs for traceback
|
||||
|
||||
from types import TracebackType
|
||||
import typing
|
||||
|
||||
# TODO signatures
|
||||
|
||||
Reference in New Issue
Block a user