The current testing setup is a source of frequent problems and should be simplified. To do ------- - [ ] Switch to [nox](https://nox.thea.codes/en/stable/) a "successor" to [tox](https://tox.readthedocs.io/en/latest/) to manage the test environment setup - [ ] Use [pytest-xdist](https://tox.readthedocs.io/en/latest/example/pytest.html#using-multiple-cpus-for-test-runs) and/or [parallel mode](https://tox.readthedocs.io/en/latest/example/basic.html#parallel-mode) to parallelize the builds. - [ ] (optional) Use [tox-travis](https://tox-travis.readthedocs.io/en/stable/) if we still want to use the build matrix on travis. Related issues ----------------- #66, #97
The current testing setup is a source of frequent problems and should be simplified.
To do
Related issues
#66, #97