Skip to content

Use pytest-xdist to multiprocess tests in travis

Duncan Macleod requested to merge github/fork/duncanmmacleod/pytest-xdist into master

This PR modifies the travis tests to use pytest-xdist to multiprocess the tests with 2 CPUs, allowing (naively) a 50% speed up. This will be most useful on personal/LDG systems where a lot of tests hang on data access.

Merge request reports