Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sort mypyc_targets in setup.py (python#6569)
The mypy_mypyc-wheels Travis build is currently broken on linux because of a mypyc bug that is dependent on the order of files passed to mypyc. I am fixing the bug (mypyc/mypyc#539), but this was complicated by files coming out of the file system APIs in an unspecified order. Sort the targets passed to mypyc so that the mypyc compilation process is deterministic.
- Loading branch information