Merge branch 'weblate-gnu-mailman-mailman' into 'master'
[mailman.git] / .gitpod.yml
bloba9411d292eb1583a5639dbac1d8a71b0ab435e0a
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 image:
6   file: dev/Dockerfile
7 tasks:
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