Skip to content

Commit

Permalink
install nkeys in Travis CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanley Kudrow committed Oct 15, 2024
1 parent bdd3c88 commit 2b85e34
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ install:

script:
- make ci

notifications:
email: false

Expand All @@ -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"
Expand All @@ -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"
Expand All @@ -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"
Expand All @@ -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:
Expand All @@ -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"
Expand Down

0 comments on commit 2b85e34

Please sign in to comment.