From 2b85e34e0150fc20b0d12e91780bf8f86fe96601 Mon Sep 17 00:00:00 2001 From: Stanley Kudrow Date: Tue, 15 Oct 2024 23:39:35 +0300 Subject: [PATCH] install nkeys in Travis CI/CD --- .travis.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2c7578c1..4429f764 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,7 @@ install: script: - make ci - + notifications: email: false @@ -38,6 +38,7 @@ jobs: - pip install --upgrade pip - bash ./scripts/install_nats.sh install: + - pip install nkeys - pip install -e .[fast-mail-parser] - name: "Python: 3.12" python: "3.12" @@ -48,6 +49,7 @@ jobs: - pip install --upgrade pip - bash ./scripts/install_nats.sh install: + - pip install nkeys - pip install -e .[fast-mail-parser] - name: "Python: 3.11" python: "3.11" @@ -58,6 +60,7 @@ jobs: - pip install --upgrade pip - bash ./scripts/install_nats.sh install: + - pip install nkeys - pip install -e .[fast-mail-parser] - name: "Python: 3.11/uvloop" python: "3.11" @@ -68,8 +71,8 @@ jobs: - pip install --upgrade pip - bash ./scripts/install_nats.sh install: + - pip install nkeys uvloop - pip install -e .[fast-mail-parser] - - pip install uvloop - name: "Python: 3.11 (nats-server@main)" python: "3.11" env: @@ -81,6 +84,7 @@ jobs: - pip install --upgrade pip - bash ./scripts/install_nats.sh install: + - pip install nkeys - pip install -e .[fast-mail-parser] allow_failures: - name: "Python: 3.8"