language: python python: 3.9 env: - TOX_ENV=py39 - TOX_ENV=flake8 install: - pip install tox script: - tox -e $TOX_ENV