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
ci: Run CI, tox test for all supported python versions #536
- Include python 3.7, 3.8, and 3.9 as well to the Github CI actions.
- Configure tox to run tests on python3.7-python3.12 (skip if python
interpreters are not found on local environments).
- Add "Contributing" section to docs/development, suggesting how to run
tests locally.
- Unify the way how we specify pytest options (`-s -vv`) into tox.ini.
- Bump up `python_requires` to 3.7 in the package spec.
- Make sure to use `nvim --clean` to against flaky tests. No SHADA and
swapfiles should be used.
0 commit comments