New features:
- pex_pytest rule now generates fancy junit XML output for Bazel, with
full python class names and per-test timing data.
- Support for bazel 0.3.1
Bugfixes:
- Embedding data files from external repositories into a pex_binary
should actually work now.
Other changes:
- Updated pytest from 2.9.2 to 3.0.2
- Removed a few unnecessary native.bind targets
- Initial wrapper bootstrapping is more reliable than before, and
slightly faster.