So far tox was used for the testing since I used it consistently some time also locally on my development system. I do not do that anymore for some time and the way it was used on Azure got problematic since the used template caused errors and also was slow to adapt new Python versions (in fact I had to submit a PR for that)
This PR removes tox for testing in the CI.
Note that tox was never a dependency of xrayutilities but merely used in the CI pipelines
So far tox was used for the testing since I used it consistently some time also locally on my development system. I do not do that anymore for some time and the way it was used on Azure got problematic since the used template caused errors and also was slow to adapt new Python versions (in fact I had to submit a PR for that)
This PR removes tox for testing in the CI.
Note that tox was never a dependency of xrayutilities but merely used in the CI pipelines