Now that the typeshed submodule has moved.
Mypy has issues with running its test suite with many processes concurrently. This should reduce travis test failures, if not completely resolve failures. See issue https://github.com/python/mypy/issues/3543
Related to python/mypy#3337.
* add mypy_selftest.py * add selftest to Travis