Skip to content

Commit 403db6c

Browse files
committed
👷 Combine testing uuid_utils with orjson in travis jobs
Signed-off-by: ff137 <[email protected]>
1 parent 10794e3 commit 403db6c

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.travis.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ before_script:
1616
- export PATH=$HOME/nats-server:$PATH
1717

1818
install:
19-
- pip install -e .[nkeys,aiohttp,fast-mail-parser,orjson]
19+
- pip install -e .[nkeys,aiohttp,fast-mail-parser,orjson,uuid_utils]
2020

2121
script:
2222
- make ci
@@ -39,7 +39,7 @@ jobs:
3939
- bash ./scripts/install_nats.sh
4040
install:
4141
- pip install -e .[fast-mail-parser]
42-
- name: "Python: 3.13/orjson"
42+
- name: "Python: 3.13/orjson + uuid_utils"
4343
python: "3.13"
4444
before_install:
4545
- sudo apt update && sudo apt install gcc build-essential -y
@@ -48,7 +48,7 @@ jobs:
4848
- pip install --upgrade pip
4949
- bash ./scripts/install_nats.sh
5050
install:
51-
- pip install -e .[fast-mail-parser,orjson]
51+
- pip install -e .[fast-mail-parser,orjson,uuid_utils]
5252
- name: "Python: 3.12"
5353
python: "3.12"
5454
before_install:
@@ -59,7 +59,7 @@ jobs:
5959
- bash ./scripts/install_nats.sh
6060
install:
6161
- pip install -e .[fast-mail-parser]
62-
- name: "Python: 3.12/orjson"
62+
- name: "Python: 3.12/orjson + uuid_utils"
6363
python: "3.12"
6464
before_install:
6565
- sudo apt update && sudo apt install gcc build-essential -y
@@ -68,7 +68,7 @@ jobs:
6868
- pip install --upgrade pip
6969
- bash ./scripts/install_nats.sh
7070
install:
71-
- pip install -e .[fast-mail-parser,orjson]
71+
- pip install -e .[fast-mail-parser,orjson,uuid_utils]
7272
- name: "Python: 3.11"
7373
python: "3.11"
7474
before_install:
@@ -79,7 +79,7 @@ jobs:
7979
- bash ./scripts/install_nats.sh
8080
install:
8181
- pip install -e .[fast-mail-parser]
82-
- name: "Python: 3.11/orjson"
82+
- name: "Python: 3.11/orjson + uuid_utils"
8383
python: "3.11"
8484
before_install:
8585
- sudo apt update && sudo apt install gcc build-essential -y
@@ -88,7 +88,7 @@ jobs:
8888
- pip install --upgrade pip
8989
- bash ./scripts/install_nats.sh
9090
install:
91-
- pip install -e .[fast-mail-parser,orjson]
91+
- pip install -e .[fast-mail-parser,orjson,uuid_utils]
9292
- name: "Python: 3.11/uvloop"
9393
python: "3.11"
9494
before_install:
@@ -115,10 +115,10 @@ jobs:
115115
allow_failures:
116116
- name: "Python: 3.8"
117117
- name: "Python: 3.11"
118-
- name: "Python: 3.11/orjson"
118+
- name: "Python: 3.11/orjson + uuid_utils"
119119
- name: "Python: 3.11/uvloop"
120120
- name: "Python: 3.11 (nats-server@main)"
121121
- name: "Python: 3.12"
122-
- name: "Python: 3.12/orjson"
122+
- name: "Python: 3.12/orjson + uuid_utils"
123123
- name: "Python: 3.13"
124-
- name: "Python: 3.13/orjson"
124+
- name: "Python: 3.13/orjson + uuid_utils"

0 commit comments

Comments
 (0)