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