We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7403182 commit 7e5910aCopy full SHA for 7e5910a
.builds/tests-minimal.yml
@@ -18,6 +18,9 @@ environment:
18
REQUIREMENTS: minimal
19
# TODO: ETESYNC_TESTS
20
tasks:
21
+ - venv: |
22
+ python -m venv $HOME/venv
23
+ echo "export PATH=$HOME/venv/bin:$PATH" >> $HOME/.buildenv
24
- setup: |
25
sudo systemctl start docker
26
cd vdirsyncer
.builds/tests-pypi.yml
@@ -17,6 +17,9 @@ environment:
17
REQUIREMENTS: release
0 commit comments