1 # This configuration file was automatically generated by Gitpod.
2 # Please adjust to your needs (see https://www.gitpod.io/docs/config-gitpod-file)
3 # and commit this file to your remote git repository to share the goodness with others.
6 - before: python3 -m venv venv && source venv/bin/activate
7 init: pip install tox pip -U && pip install -e .
8 command: tox -e py38-nocov
9 name: Setup and test Mailman