Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automatically trigger a test mypyc build on master commits (python#5672)
We want to automatically build mypyc-compiled mypy wheels for mypy master commits. To do this, we use a separate github repo that has mypy and mypyc as submodules and which automatically builds wheel images and uploads them as github release artifacts. Currently, for testing purposes, the target repo is https://github.com/msullivan/travis-testing. Obviously this will need to be something else later. The push is done as the `mypy-build-bot` github user, and I configured travis with an API token for that account as the `$WHEELS_PUSH_TOKEN` environment variable.
- Loading branch information