-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Improve test coverage of the Python2 bits of mypy #732
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Sounds good! The current travis setup is clearly not optimal. |
Merged
Merged
Since Python2 support is now a lot, and none of the stubs are being checked at all, the priority of this has gone up in my eyes, though likely it will still go after typeshed for sanity reasons. Plan:
|
This was referenced Oct 1, 2015
Closed
This was referenced Oct 9, 2015
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Plan:
tox -e
). Proofmypy/test/testpythoneval.py
so that it can separately collect out python2 vs python3 tests.driver
branch already fixes the bug caused by the fact thatpython
points to the currently-tested python3 version.The text was updated successfully, but these errors were encountered: