You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not only that, tox is considered the defacto standard for running tests in python projects, so much that most projects have a tox file and use tox on Travis for CI.
Uh oh!
There was an error while loading. Please reload this page.
I found this while reading the docs:
Source http://docs.pytest.org/en/latest/goodpractices.html#goodpractices
I am unsure.
Most open source software gets hosted in github today.
On github you have travis.
Travis can do this (test different configurations and Python versions).
For the common use case I see no use for tox.
Since the audience of above text are new comers, I would provide the simple solution first.
Before advising to use tox, I would state that you can use travis at github.
What do you think?
The text was updated successfully, but these errors were encountered: