Merge branch 'weblate-gnu-mailman-mailman' into 'master'
[mailman.git] / .gitpod.yml
blob3daacb33af426284a4d10da31da950db99c8290e
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.
4 ---
5 tasks:
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