Files
typeshed/.travis.yml
Guido van Rossum 4f483dc314 Precision surgery to take out sqlalchemy test failures (#140)
* Comment out parts of the sqlalchemy stubs to make tests pass.

* Run all tests, one step per Python version.
2016-04-10 20:45:42 -07:00

16 lines
263 B
YAML

sudo: false
language: python
python:
- "3.5"
# More versions later.
install:
- pip install -U git+git://github.com/python/mypy
script:
- ./runtests.py -p3.5
- ./runtests.py -p3.4
- ./runtests.py -p3.3
- ./runtests.py -p3.2
- ./runtests.py -p2.7