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.
8 - before: python3 -m venv venv && source venv/bin/activate
9 init: pip install tox pip -U && pip install -e .
10 command: tox -e py38-nocov
11 name: Setup and test Mailman