mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-01 17:13:24 +08:00
* Comment out parts of the sqlalchemy stubs to make tests pass. * Run all tests, one step per Python version.
16 lines
263 B
YAML
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
|