-
Notifications
You must be signed in to change notification settings - Fork 61
Closed
Labels
Description
tox has a couple of benefits:
- transparent testing against python/dependency version matrices
- a single configuration file (many other tools in our testing pipeline e.g. flake8 read tox.ini)
- can also build documentation, ensuring that the correct environment is used.
Check out https://github.com/jbweston/qsim/ to see how it looks.