branches: only: - "master" language: python python: - "3.7" - "3.8" - "3.9" - "3.10" cache: pip install: - pip install tox-travis script: - tox services: - redis-server