aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.builds/ci.yml')
-rw-r--r--.builds/ci.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.builds/ci.yml b/.builds/ci.yml
index 18cdbe47a..797aea074 100644
--- a/.builds/ci.yml
+++ b/.builds/ci.yml
@@ -20,6 +20,13 @@ tasks:
- setup-python: |
portage/.builds/setup-python.sh "${PYTHON_VERSIONS[@]}"
+ - setup-tests: |
+ for py in "${PYTHON_VERSIONS[@]}"; do
+ source ".venv-$py/bin/activate"
+ pip install pytest
+ deactivate
+ done
+
- test-install: |
for py in "${PYTHON_VERSIONS[@]}"; do
source ".venv-$py/bin/activate"