On Tuesday, November 2, 2021 at 10:13:14 PM UTC-7 William Stein wrote: > On Tue, Nov 2, 2021 at 9:00 PM Matthias Köppe <[email protected]> > wrote: > >> It's really just the command "tox -e >> docker-ubuntu-groovy-standard-arm64v8" - try it > > > Thanks. Some more details I figured out in a few moments, in case anybody > else is interested: > > 1. What is tox? Answer: it is a Python package you can install by typing > "pip3 install tox". The homepage is https://tox.wiki/en/latest/, which > explains that it is a test automation system. > > 2. How do you use it? Answer: Get the Sage source code and from the top > level type "tox -e docker-ubuntu-groovy-standard-arm64v8". > This uses the file tox.ini that is in the top of the Sage source tree. > > 3. What is tox.ini? Where does it come from? Answer: Matthias added it to > Sage a year ago. I don't know how it gets generated, but it seems very > comprehensive. >
tox.ini is not generated; it is source code, I wrote it. You can read about it in: https://doc.sagemath.org/html/en/developer/portability_testing.html -- You received this message because you are subscribed to the Google Groups "sage-release" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sage-release/7086f577-3f2c-4fff-8950-33ff1065f2a0n%40googlegroups.com.
