Skip to content

Use pytest instead of nose

André Anjos requested to merge pytest into master

This MR moves unit testing to pytest (instead of nose). It incidentally also enables py36 builds, now that pytorch is available for that Python version.

Merge request reports