You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actually this is as fixed as it can be -- in ddf43e3 (in typeshed) I made several fixes to the runtests.py script. The only thing keeping us from perfection is that the sqlalchemy stubs are quite broken.
To be clear, the typeshed's .travis.yml file now tests all stubs against mypy's master/HEAD, running mypy itself with Python 3.5, but passing --python-version flags values in [2.7, 3.2, 3.3, 3.4, 3.5].
Currently the
travis.sh
script only checks some package stubs, which is bad. It should look for all modules within packages understubs/
.The text was updated successfully, but these errors were encountered: