Closed
Description
Plan:
- Enable python2.7 and pypy2 sections on travis.
- Note that travis always has all versions of python installed (this is useful e.g. with
tox -e
). Proof - Alter travis.py to only collect python2 tests in python2 mode, and only collects python3 tests in python3 mode.
- Alter
mypy/test/testpythoneval.py
so that it can separately collect out python2 vs python3 tests. - Note that my
driver
branch already fixes the bug caused by the fact thatpython
points to the currently-tested python3 version.
Metadata
Metadata
Assignees
Labels
No labels