Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
raise exception on warnings when running tests with inv test (#281)
Previously: When running tests with tox, and if there's a warning issued, the tests fail. This option is not used in tasks.py (for "invoke test"). Now: Warnings will fail tests also when running "invoke test" (or: "inv test").
- Loading branch information