pipeline: # TODO add config for all other versions text-3.9-current: image: python:3.9 pull: true commands: - pip install -e .[dev] - tox -e py39