language: python python: - "3.6" - "3.7" - "3.8" - "3.9-dev" install: - pip install tox==3.14.0 tox-travis flake8 script: - tox -r