sudo: false language: python cache: directories: - .tox - .pytest_cache python: - "3.6" - "3.7" - "3.8" - "3.9" install: - pip install tox-travis script: tox