tox.ini 394 B

12345678910111213141516
  1. # tox (https://tox.readthedocs.io/) is a tool for running tests
  2. # in multiple virtualenvs. This configuration file will run the
  3. # test suite on all supported python versions. To use it, "pip install tox"
  4. # and then run "tox" from this directory.
  5. [tox]
  6. envlist =
  7. py310
  8. py311
  9. skip_missing_interpreters=true
  10. [testenv]
  11. deps =
  12. numpy
  13. commands =
  14. python -m unittest tests/test_py.py