Merge pull request #62 from python/travis

Add a Travis CI configuration.
This commit is contained in:
Guido van Rossum
2016-01-26 17:19:56 -08:00
2 changed files with 13 additions and 0 deletions

12
.travis.yml Normal file
View 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.

View File

@@ -1,5 +1,6 @@
# Stubs for traceback
from types import TracebackType
import typing
# TODO signatures