language: python python: - "3.8" - "3.7" - "3.5" - "2.7" install: - pip install -U tox-travis script: - tox