language: python cache: pip python: - 3.8 install: pip install tox script: tox --skip-missing-interpreters false