Use pytest-xdist to multiprocess tests in travis
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.