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