Open Source / Free Software developer
1 2 3 4 5 6
language: python cache: pip python: - 3.8 install: pip install tox script: tox --skip-missing-interpreters false