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.
This commit is contained in:
Guido van Rossum
2016-04-10 20:45:42 -07:00
parent db3cc2e8da
commit 4f483dc314
5 changed files with 149 additions and 83 deletions

View File

@@ -8,5 +8,8 @@ install:
- pip install -U git+git://github.com/python/mypy
script:
- ./runtests.py -p3
- ./runtests.py -p2 -x sqlalchemy
- ./runtests.py -p3.5
- ./runtests.py -p3.4
- ./runtests.py -p3.3
- ./runtests.py -p3.2
- ./runtests.py -p2.7