mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-03-06 23:24:25 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user