Test Meta-data for Python

On this page it talks about the work required to get test meta-data installed:
https://circleci.com/docs/1.0/test-metadata/

Strangely enough, it doesn’t have any approach for non-Django Python projects although the tools available for Django should largely be available to code on other Python frameworks. Is there something that can work with the nose test-runner? Any way to get this going?