dist: focal language: python python: - "3.6" - "3.7" - "3.8" - "3.9" install: - pip install tox tox-travis script: - tox -r