Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add supported interpreters to tox.ini
PyYAML declares supported for a wide range of Python versions, but not all of them were included to the envlist at tox.ini. These changes also: * enable the skip_missing_interpreters option * add {posargs} to the test command in order to provide flexibility, so you can pass arguments to pytest, e.g.: tox -- -k test_dump
- Loading branch information