sudo: false language: python cache: directories: - .tox - .pytest_cache - tests/testdata python: - "3.5" - "3.6" - "3.7" - "3.8" install: - pip install tox-travis - sh get_testdata.sh script: tox